diff mbox

[FFmpeg-devel,05/14] avformat/avienc: Remove superfluous header

Message ID 20191025180746.13725-5-andreas.rheinhardt@gmail.com
State Accepted
Commit b78227e1684a0ef186bf4bf273950f97803289dc
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
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>
---
 libavformat/avienc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Niedermayer Oct. 25, 2019, 8:59 p.m. UTC | #1
On Fri, Oct 25, 2019 at 08:07:37PM +0200, Andreas Rheinhardt wrote:
> 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>
> ---
>  libavformat/avienc.c | 1 -
>  1 file changed, 1 deletion(-)

will apply

thx

[...]
diff mbox

Patch

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"