diff mbox series

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

Message ID 20200525103358.11331-1-martin@martin.st
State Accepted
Commit 869f655e2e92c739a4d7b1fb2f4d331a412f3024
Headers show
Series [FFmpeg-devel,1/2] mfenc: Remove an unused include | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Martin Storsjö May 25, 2020, 10:33 a.m. UTC
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 mbox series

Patch

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;