[FFmpeg-devel] [PATCH 1/2] mfenc: Remove an unused include

Martin Storsjö martin at martin.st
Mon May 25 13:33:57 EEST 2020


This might have been used originally for the decoder parts of
the MediaFoundation wrapper, which aren't merged yet.
---
 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;
-- 
2.17.1



More information about the ffmpeg-devel mailing list