ffmpeg | branch: master | Martin Storsjö <[email protected]> | 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ö <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
