Rename uninit() to avfilter_destroy_graph() and make it non-static
Commited in SoC by Vitor Sessak on 2008-03-27 19:34:24 Originally committed as revision 12742 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -58,4 +58,9 @@ int avfilter_graph_config_formats(AVFilterGraph *graphctx);
|
||||
*/
|
||||
int avfilter_graph_config_links(AVFilterGraph *graphctx);
|
||||
|
||||
/**
|
||||
* Free a graph and destroy its links.
|
||||
*/
|
||||
void avfilter_destroy_graph(AVFilterGraph *graph);
|
||||
|
||||
#endif /* FFMPEG_AVFILTERGRAPH_H */
|
||||
|
Reference in New Issue
Block a user