diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:06 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:06 +0000 |
commit | e4152452d57552b78a1170278ffff2e8bcbf63b0 (patch) | |
tree | 303fb070e0f8718cdc560058c8140c705064db9d /libavfilter/avfilter.h | |
parent | a7d4665709560c5de4a96bc65eb13b8439c3bfb6 (diff) | |
download | ffmpeg-e4152452d57552b78a1170278ffff2e8bcbf63b0.tar.gz |
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
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b64448d009..de1d7ec0e8 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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); |