mirror of https://git.ffmpeg.org/ffmpeg.git
Remove declaration of nonexisting function
Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09 Originally committed as revision 12747 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2027baac5
commit
10bff7139a
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue