Author: vitor Date: Thu Apr 3 18:30:09 2008 New Revision: 2082 Log: Remove declaration of nonexisting function
Modified: libavfilter/avfiltergraph.h Modified: libavfilter/avfiltergraph.h ============================================================================== --- libavfilter/avfiltergraph.h (original) +++ libavfilter/avfiltergraph.h Thu Apr 3 18:30:09 2008 @@ -47,11 +47,6 @@ void avfilter_graph_add_filter(AVFilterG int avfilter_graph_config_formats(AVFilterGraph *graphctx); /** - * Configure the parameters (resolution, etc) of all links in the graph. - */ -int avfilter_graph_config_links(AVFilterGraph *graphctx); - -/** * Free a graph and destroy its links. */ void avfilter_destroy_graph(AVFilterGraph *graph); _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
