OSDN Git Service

Missed this file in my conditional compilation patch
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:15:06 +0000 (22:15 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:15:06 +0000 (22:15 +0000)
Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32

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

libavfilter/avfilter.h

index b64448d..de1d7ec 100644 (file)
@@ -491,6 +491,9 @@ 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 */
 void avfilter_uninit(void);