mirror of https://git.ffmpeg.org/ffmpeg.git
Missed this file in my conditional compilation patch
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
This commit is contained in:
parent
a7d4665709
commit
e4152452d5
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue