From 3bc2a526439f34acf3e965db80802c0f717a06ec Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 21:41:43 +0000 Subject: [PATCH] Remove unneeded function. Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11 Originally committed as revision 12059 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ddc0140dc3..79c4cc07b7 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -296,11 +296,6 @@ void avfilter_register(AVFilter *filter) filters = newfilt; } -void avfilter_init(void) -{ - avfilter_register_all(); -} - void avfilter_uninit(void) { struct FilterList *tmp;