summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-10-25 20:07:36 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-10-25 23:27:02 +0200
commit982539a07af72ab5bae551b92e3a63bf5cf86cf6 (patch)
tree9fee6f58fe05879d63add88c0820ec6edc01c5f0 /libavformat
parent09e938b3a12938fff6cb36c70407d8913acfd04b (diff)
downloadffmpeg-streaming-982539a07af72ab5bae551b92e3a63bf5cf86cf6.zip
ffmpeg-streaming-982539a07af72ab5bae551b92e3a63bf5cf86cf6.tar.gz
avformat/avidec: Remove superfluous header
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>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avidec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 1ca2696..5cf67a4 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -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"
OpenPOWER on IntegriCloud