From 97dd1e4a8797295c1537de3e996a8af0f1adafc9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 4 Nov 2010 20:34:24 +0000 Subject: Rename avfilter_graph_destroy() to avfilter_graph_free(). The new name is shorter and more consistent with the rest of the API. This change breaks libavfilter API/ABI. Originally committed as revision 25674 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index fab0423698..fb70805d4d 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -375,7 +375,7 @@ int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, return 0; fail: - avfilter_graph_destroy(graph); + avfilter_graph_free(graph); free_inout(open_inputs); free_inout(open_outputs); free_inout(curr_inputs); -- cgit v1.2.3