[FFmpeg-devel] [PATCH 04/10] avformat/webmdashenc: Remove unnecessary header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Wed Apr 8 00:45:57 EEST 2020


avio_internal.h has been included in this muxer since the beginning and
was never needed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavformat/webmdashenc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c
index 08fe976b15..401cfe52d5 100644
--- a/libavformat/webmdashenc.c
+++ b/libavformat/webmdashenc.c
@@ -31,7 +31,6 @@
 #include <string.h>
 
 #include "avformat.h"
-#include "avio_internal.h"
 #include "matroska.h"
 
 #include "libavutil/avstring.h"
-- 
2.20.1



More information about the ffmpeg-devel mailing list