summaryrefslogtreecommitdiff
path: root/libavformat/webmdashenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-07 21:53:08 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-14 18:37:49 +0200
commit8744f973ab233d7537593b6099abfff84a851d99 (patch)
tree5f737b9c1e08c0787c43c6d61142065eaaf766e4 /libavformat/webmdashenc.c
parentd8e63ed70e5f2202ad790c1cc58d5d6bc353a551 (diff)
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@gmail.com>
Diffstat (limited to 'libavformat/webmdashenc.c')
-rw-r--r--libavformat/webmdashenc.c1
1 files changed, 0 insertions, 1 deletions
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"