]> git.sesse.net Git - ffmpeg/commitdiff
avformat/webmdashenc: Remove unnecessary header
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Apr 2020 19:53:08 +0000 (21:53 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 14 Apr 2020 16:37:49 +0000 (18:37 +0200)
avio_internal.h has been included in this muxer since the beginning and
was never needed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webmdashenc.c

index 08fe976b156738825752221ec56be8b8a9dd9b3d..401cfe52d562025f7aeb3983a2ac27421b63966a 100644 (file)
@@ -31,7 +31,6 @@
 #include <string.h>
 
 #include "avformat.h"
-#include "avio_internal.h"
 #include "matroska.h"
 
 #include "libavutil/avstring.h"