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:
parent
efe7a59364
commit
869f655e2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user