]> git.sesse.net Git - ffmpeg/commitdiff
avformat/avidec: Remove superfluous header
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 25 Oct 2019 18:07:36 +0000 (20:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 25 Oct 2019 21:27:02 +0000 (23:27 +0200)
bswap.h was included since 7b114c09, yet since 3788a3c0 no explicit use
of anything from bswap.h has been made, so remove this header.

(Only AV_RL32 is used and while this might imply swapping on
big-endian systems, it is contained in libavutil/intreadwrite.h.)

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/avidec.c

index 1ca26968fa1c6253a13f761bca434f3effcb0138..5cf67a47717549b31767ef5b404421e5e9dfd562 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "libavutil/avassert.h"
 #include "libavutil/avstring.h"
-#include "libavutil/bswap.h"
 #include "libavutil/opt.h"
 #include "libavutil/dict.h"
 #include "libavutil/internal.h"