From 38f0c0781a6e099f11c0acec07f9b8be742190c4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 30 Mar 2013 22:31:18 +0100 Subject: lavfi: merge avfiltergraph.h into avfilter.h We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do. --- libavfilter/graphparser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 3736639eff..525ae9bd2b 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -26,7 +26,6 @@ #include "libavutil/avstring.h" #include "libavutil/mem.h" #include "avfilter.h" -#include "avfiltergraph.h" #define WHITESPACES " \n\t" -- cgit v1.2.3