[FFmpeg-cvslog] mfenc: Remove an unused include
Martin Storsjö
git at videolan.org
Wed May 27 00:19:43 EEST 2020
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon May 25 13:18:03 2020 +0300| [869f655e2e92c739a4d7b1fb2f4d331a412f3024] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=869f655e2e92c739a4d7b1fb2f4d331a412f3024
---
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;
More information about the ffmpeg-cvslog
mailing list