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:
Vitor Sessak
2008-04-04 20:09:14 +00:00
parent d66e946b12
commit c4913b812d
2 changed files with 7 additions and 2 deletions

View File

@ -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 */