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 --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 4bac0cb7eb..fc1d52bfd7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -49,7 +49,6 @@ #if CONFIG_AVFILTER # include "libavfilter/avfilter.h" # include "libavfilter/avfiltergraph.h" -# include "libavfilter/graphparser.h" # include "libavfilter/vsrc_buffer.h" #endif -- cgit v1.2.3