From b6f57945975cc13c1951e81851ce01390205ecc7 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:15:13 +0000 Subject: Remove unneeded function. Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11 Originally committed as revision 12120 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 863945a38f..911cdd6226 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -488,9 +488,6 @@ void avfilter_end_frame(AVFilterLink *link); */ 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); -- cgit v1.2.3