]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_midequalizer: Remove duplicate include
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 6 Feb 2017 00:53:56 +0000 (01:53 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 6 Feb 2017 09:45:01 +0000 (10:45 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_midequalizer.c

index 3a15576f2462474216f5dd97be387fadaed722bf..b95a86dd706722813bf420b1782d33062a8eabee 100644 (file)
@@ -25,7 +25,6 @@
 #include "formats.h"
 #include "internal.h"
 #include "video.h"
-#include "avfilter.h"
 #include "framesync.h"
 
 typedef struct MidEqualizerContext {