Remove unneeded function.
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:41:43 +0000 (21:41 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:41:43 +0000 (21:41 +0000)
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

index ddc0140..79c4cc0 100644 (file)
@@ -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;