summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-10-25 20:07:37 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-10-25 23:27:02 +0200
commitb78227e1684a0ef186bf4bf273950f97803289dc (patch)
treec995e7b5c1317bdbbb930cf718c4cb75c7d3d43f /libavformat
parent982539a07af72ab5bae551b92e3a63bf5cf86cf6 (diff)
downloadffmpeg-streaming-b78227e1684a0ef186bf4bf273950f97803289dc.zip
ffmpeg-streaming-b78227e1684a0ef186bf4bf273950f97803289dc.tar.gz
avformat/avienc: Remove superfluous header
04d2540c added intreadwrite.h to avienc.c, although there was (and is) no need to do so. The inclusion seems to be a mistake as this commit added a AV_WL32 to avidec.c. 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/avienc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 5f143bc..940ea33 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -31,7 +31,6 @@
#include "libavutil/avstring.h"
#include "libavutil/avutil.h"
#include "libavutil/internal.h"
-#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/avassert.h"
#include "libavutil/timestamp.h"
OpenPOWER on IntegriCloud