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. --- tools/graph2dot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/graph2dot.c b/tools/graph2dot.c index c0142ccd31..26cb28b068 100644 --- a/tools/graph2dot.c +++ b/tools/graph2dot.c @@ -28,7 +28,7 @@ #include "libavutil/mem.h" #include "libavutil/pixdesc.h" #include "libavutil/audioconvert.h" -#include "libavfilter/avfiltergraph.h" +#include "libavfilter/avfilter.h" #if !HAVE_GETOPT #include "compat/getopt.c" -- cgit v1.2.3