From 11de6cac7e0e6fb9ee601d015df98303747e7bb3 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:15:09 +0000 Subject: [PATCH] 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 --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index de1d7ec0e..863945a38 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); -- 2.11.0