From patchwork Fri Oct 25 18:07:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 15965 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id D3947447C60 for ; Fri, 25 Oct 2019 21:08:58 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C088468B4D9; Fri, 25 Oct 2019 21:08:58 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 36B6168B4C1 for ; Fri, 25 Oct 2019 21:08:54 +0300 (EEST) Received: by mail-wm1-f68.google.com with SMTP id n7so3124516wmc.3 for ; Fri, 25 Oct 2019 11:08:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=AjR39Duqa0mszOX3lc72LqjUdRZi+mP/VmbC9bMqvww=; b=ig1pKfm4dwXeb5ZC24irJY8aKXMpkASpuycm1noRbgS1UnQFOpkDVZyBNjbv9rb735 1wjBeTpr/DKlKxBVcf7rxLFMplRVbW51H1SW52CUoN4pSb5jiGs1zYR8ACrlbNZoF6eu acag+h6l5/RUU37qmue/ly09ie1cQDhm68Imm9PrvIAeeFUapwTqDzVXHqAlA7ct13mP V9B/VZ80m3cc6KlPv5uQUuyKytLpvS1YlfXAB+o36BIGBMbG8jLcEiZxevpsTcYqSfUO UjUPc+dKR3hj92OEOCH8l5olloDujhvUOu48tE7PvD3yKsjGyN7Ui2eNi63gq8Enaz6d NwPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=AjR39Duqa0mszOX3lc72LqjUdRZi+mP/VmbC9bMqvww=; b=IGQAoE3Tre49CXwFu8PnPhgkn6ODLbGFXfFQ3dLmx8ejEHzUlPvJsSSTbkWjpD8fvC RmKoOt5jXd9OPQUMTClnxP6ha98Ff40BCpuYl0tEpqiAlPsF4kkEIgRZe3F41YcrdLGP 6fHk9uWA+WvbgOXGnC14cyTbXq2YiTyRMsACGgO/w0qu+iY4pVzGk5Mr9LNVlJAb4otq 2veZoTnTaGwnSIufcf9f+dVUgbSwTV39tH3Xb77ayACZ5CIp3aj0uFGONG50edZoqIjv BMuuY7dB4CnHITL4nuoRo+4bOZNeuN4YtpF8Uiq5WuWV7FWvYQUYsrEjOnuYMlP0dWOb wi0A== X-Gm-Message-State: APjAAAUo3bQylOjE/Ra4O3RIxCVmO8aO072UroICHJ4XohCZqCx/XYxC NYEeBlDynqVYQKJZcBP9DIKbTddy X-Google-Smtp-Source: APXvYqyeTbrBEthGlpswr43kP/WSAzEdyit9RRqv3VkEhpx9yFa/AV5fxJcoJYgvHCmc495rnoaNjQ== X-Received: by 2002:a7b:cf36:: with SMTP id m22mr4428446wmg.98.1572026933585; Fri, 25 Oct 2019 11:08:53 -0700 (PDT) Received: from sblaptop.fritz.box (ipbcc08937.dynamic.kabel-deutschland.de. [188.192.137.55]) by smtp.gmail.com with ESMTPSA id a17sm3743747wrx.84.2019.10.25.11.08.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 11:08:53 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Oct 2019 20:07:46 +0200 Message-Id: <20191025180746.13725-14-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191025180746.13725-1-andreas.rheinhardt@gmail.com> References: <20191025180746.13725-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 14/14] avformat/aiffdec: Remove superfluous headers X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Andreas Rheinhardt Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" aiffdec.c calls ff_mov_read_chan() whose declaration was in isom.h until c4dba58f; from that commit onwards, isom.h was not needed anymore, yet it hasn't been removed. libavutil/mathematics.h has been included in 3383a53e for ldexp(), but this function and the whole header isn't used any more since 70af8a5e. Signed-off-by: Andreas Rheinhardt --- libavformat/aiffdec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/aiffdec.c b/libavformat/aiffdec.c index a42987c15f..ab422e5b8d 100644 --- a/libavformat/aiffdec.c +++ b/libavformat/aiffdec.c @@ -20,13 +20,11 @@ */ #include "libavutil/intreadwrite.h" -#include "libavutil/mathematics.h" #include "libavutil/dict.h" #include "avformat.h" #include "internal.h" #include "pcm.h" #include "aiff.h" -#include "isom.h" #include "id3v2.h" #include "mov_chan.h" #include "replaygain.h"