diff options
author | Martin Storsjö <martin@martin.st> | 2020-05-25 13:18:03 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2020-05-27 00:19:32 +0300 |
commit | 869f655e2e92c739a4d7b1fb2f4d331a412f3024 (patch) | |
tree | cf1bbe4344bc56e5954aedd52bd33b527be65e5e | |
parent | efe7a593649877e4fa185e01479cee3e1280ec70 (diff) | |
download | ffmpeg-869f655e2e92c739a4d7b1fb2f4d331a412f3024.tar.gz |
mfenc: Remove an unused include
This might have been used originally for the decoder parts of
the MediaFoundation wrapper, which aren't merged yet.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/mfenc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c index 83f26b3cc6..3432d48f30 100644 --- a/libavcodec/mfenc.c +++ b/libavcodec/mfenc.c @@ -26,9 +26,7 @@ #include "libavutil/imgutils.h" #include "libavutil/opt.h" #include "libavutil/time.h" - -// Include after mf_utils.h due to Windows include mess. -#include "mpeg4audio.h" +#include "internal.h" typedef struct MFContext { AVClass *av_class; |