[FFmpeg-devel] [PATCH 14/14] avformat/aiffdec: Remove superfluous headers

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:46 EEST 2019


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 <andreas.rheinhardt at gmail.com>
---
 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"
-- 
2.20.1



More information about the ffmpeg-devel mailing list