Browse Source

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>
tags/n4.3
Andreas Rheinhardt 5 years ago
parent
commit
8744f973ab
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/webmdashenc.c

+ 0
- 1
libavformat/webmdashenc.c View File

@@ -31,7 +31,6 @@
#include <string.h>

#include "avformat.h"
#include "avio_internal.h"
#include "matroska.h"

#include "libavutil/avstring.h"


Loading…
Cancel
Save