diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:13 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:13 +0000 |
commit | b6f57945975cc13c1951e81851ce01390205ecc7 (patch) | |
tree | 75986b41ddf3c94242af9400e5810006687b5e1a /libavfilter | |
parent | 11de6cac7e0e6fb9ee601d015df98303747e7bb3 (diff) | |
download | ffmpeg-b6f57945975cc13c1951e81851ce01390205ecc7.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 863945a38f..911cdd6226 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -489,9 +489,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); /** Uninitialize the filter system. Unregisters all filters */ |