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.rheinha...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".