avio_internal.h has been included in this muxer since the beginning and was never needed.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
