summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:02:34 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:36:33 +0200
commit4bc7a2a64bf205f142d26347b4659f6222830d9e (patch)
treeea8aaaeccd8578de8ec7aaaa8efff08e527b03f1 /libavfilter/avfilter.c
parent0506f3fa38a1a66d24c950b2ce62e8801e2eddc8 (diff)
downloadffmpeg-4bc7a2a64bf205f142d26347b4659f6222830d9e.tar.gz
avfilter: remove duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index b577c9af0e..85b0ce2a97 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -36,7 +36,6 @@
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
-#include "audio.h"
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame);