Browse Source

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>
tags/n4.3
Martin Storsjö 5 years ago
parent
commit
869f655e2e
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libavcodec/mfenc.c

+ 1
- 3
libavcodec/mfenc.c 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;


Loading…
Cancel
Save