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 --- 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 076b22a83c..1bce3bcbb5 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -24,7 +24,6 @@ #include #include "libavutil/avstring.h" -#include "graphparser.h" #include "avfilter.h" #include "avfiltergraph.h" #include "parseutils.h" -- cgit v1.2.3