summaryrefslogtreecommitdiff
path: root/libavcodec/mfenc.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-05-25 13:18:03 +0300
committerMartin Storsjö <martin@martin.st>2020-05-27 00:19:32 +0300
commit869f655e2e92c739a4d7b1fb2f4d331a412f3024 (patch)
treecf1bbe4344bc56e5954aedd52bd33b527be65e5e /libavcodec/mfenc.c
parentefe7a593649877e4fa185e01479cee3e1280ec70 (diff)
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>
Diffstat (limited to 'libavcodec/mfenc.c')
-rw-r--r--libavcodec/mfenc.c4
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;