1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avfilter/vf_midequalizer: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2017-02-06 01:53:56 +01:00
parent ac25840ee3
commit 4fcdc9f359

View File

@@ -25,7 +25,6 @@
#include "formats.h" #include "formats.h"
#include "internal.h" #include "internal.h"
#include "video.h" #include "video.h"
#include "avfilter.h"
#include "framesync.h" #include "framesync.h"
typedef struct MidEqualizerContext { typedef struct MidEqualizerContext {