From 24de0edbd589b7cb0da51260073a1a28bb6a2619 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 8 Nov 2010 12:32:39 +0000 Subject: Rename avfilter_destroy() as avfilter_free(). The new name is shorter and more consistent with the FFmpeg API, and sounds less evil. Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/lavfi-showfiltfmts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/lavfi-showfiltfmts.c b/tools/lavfi-showfiltfmts.c index 34a6208a75..19bb6f6819 100644 --- a/tools/lavfi-showfiltfmts.c +++ b/tools/lavfi-showfiltfmts.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) av_pix_fmt_descriptors[fmts->formats[j]].name); } - avfilter_destroy(filter_ctx); + avfilter_free(filter_ctx); fflush(stdout); return 0; } -- cgit v1.2.3