From 1e80a0eaa4905aa043690f715843f9c01dfea913 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 7 Nov 2010 22:56:29 +0000 Subject: Remove graphparser.h header, move AVFilterInOut and avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/graph2dot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/graph2dot.c') diff --git a/tools/graph2dot.c b/tools/graph2dot.c index 515a00342d..6715a30e1a 100644 --- a/tools/graph2dot.c +++ b/tools/graph2dot.c @@ -22,7 +22,7 @@ #undef HAVE_AV_CONFIG_H #include "libavutil/pixdesc.h" -#include "libavfilter/graphparser.h" +#include "libavfilter/avfiltergraph.h" static void usage(void) { -- cgit v1.2.3