[FFmpeg-cvslog] avformat/webmdashenc: Remove unnecessary header

Andreas Rheinhardt git at videolan.org
Tue Apr 14 19:41:17 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr  7 21:53:08 2020 +0200| [8744f973ab233d7537593b6099abfff84a851d99] | committer: Andreas Rheinhardt

avformat/webmdashenc: Remove unnecessary header

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>

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

 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"



More information about the ffmpeg-cvslog mailing list