OSDN Git Service

Remove unneeded function.
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:15:13 +0000 (22:15 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:15:13 +0000 (22:15 +0000)
Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11

Originally committed as revision 12120 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index 863945a..911cdd6 100644 (file)
@@ -489,9 +489,6 @@ void avfilter_end_frame(AVFilterLink *link);
 void avfilter_draw_slice(AVFilterLink *link, int y, int h);
 
 /** Initialize the filter system.  Registers all builtin filters */
-void avfilter_init(void);
-
-/** Initialize the filter system.  Registers all builtin filters */
 void avfilter_register_all(void);
 
 /** Uninitialize the filter system.  Unregisters all filters */