1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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@martin.st>
This commit is contained in:
Martin Storsjö 2020-05-25 13:18:03 +03:00
parent efe7a59364
commit 869f655e2e

View File

@ -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;