[FFmpeg-cvslog] avformat/avienc: Remove superfluous header

Andreas Rheinhardt git at videolan.org
Sat Oct 26 00:32:06 EEST 2019


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Fri Oct 25 20:07:37 2019 +0200| [b78227e1684a0ef186bf4bf273950f97803289dc] | committer: Michael Niedermayer

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 at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b78227e1684a0ef186bf4bf273950f97803289dc
---

 libavformat/avienc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 5f143bccce..940ea33510 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"



More information about the ffmpeg-cvslog mailing list