summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-30 22:31:18 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:33:33 +0200
commit38f0c0781a6e099f11c0acec07f9b8be742190c4 (patch)
treef95058ce58bceb1c9f78c94a65b70949491ddb6b /libavfilter/graphparser.c
parent4a37d4b3f8137a4c2bbbca043de076af966b9446 (diff)
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.
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c1
1 files changed, 0 insertions, 1 deletions
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"