From 869f655e2e92c739a4d7b1fb2f4d331a412f3024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 25 May 2020 13:18:03 +0300 Subject: [PATCH] mfenc: Remove an unused include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This might have been used originally for the decoder parts of the MediaFoundation wrapper, which aren't merged yet. Signed-off-by: Martin Storsjö --- libavcodec/mfenc.c | 4 +--- 1 file changed, 1 insertion(+), 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;