Commit 97bd6135 authored by vitor's avatar vitor

Remove declaration of nonexisting function

Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12747 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b884c336
...@@ -46,11 +46,6 @@ void avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter) ...@@ -46,11 +46,6 @@ void avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter)
*/ */
int avfilter_graph_config_formats(AVFilterGraph *graphctx); 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. * Free a graph and destroy its links.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment