summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:09:14 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:09:14 +0000
commitc4913b812ddac9b85fb0b213fc5433c75bf81fa8 (patch)
treeb40812dffe222d4e32e97beb835c7756dec373cf /libavfilter/avfiltergraph.h
parentd66e946b12c3fa6fc7aefb4ef4526a6d95ce38cc (diff)
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
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index ec1cf16b58..f856fbd6b6 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -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 */