diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:09 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:09 +0000 |
commit | 11de6cac7e0e6fb9ee601d015df98303747e7bb3 (patch) | |
tree | 280506ee6b5bda2ff57de4d0096a770092069b0c /libavfilter/avfilter.h | |
parent | e4152452d57552b78a1170278ffff2e8bcbf63b0 (diff) | |
download | ffmpeg-11de6cac7e0e6fb9ee601d015df98303747e7bb3.tar.gz |
Oops
Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49
Originally committed as revision 12119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index de1d7ec0e8..863945a38f 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -492,7 +492,7 @@ void avfilter_draw_slice(AVFilterLink *link, int y, int h); void avfilter_init(void); /** Initialize the filter system. Registers all builtin filters */ -void avfilter_register_all(void) +void avfilter_register_all(void); /** Uninitialize the filter system. Unregisters all filters */ void avfilter_uninit(void); |