From 7b4708780c6d6e9ec937b3148ce5df42ec55fd08 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 4 Apr 2008 20:07:41 +0000 Subject: Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26 Originally committed as revision 12711 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfiltergraph.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libavfilter/avfiltergraph.h') diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index 9a70868182..d701a3d584 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -87,7 +87,12 @@ void avfilter_graph_free_desc(AVFilterGraphDesc *desc); void avfilter_graph_add_filter(AVFilterContext *graphctx, AVFilterContext *filter); /** - * Configure the colorspace, resolution, etc of all links in the graph + * Configure the formats of all the links in the graph + */ +int avfilter_graph_config_formats(AVFilterContext *graphctx); + +/** + * Configure the resolution, etc of all links in the graph */ int avfilter_graph_config_links(AVFilterContext *graphctx); -- cgit v1.2.3