diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:41:43 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:41:43 +0000 |
commit | 3bc2a526439f34acf3e965db80802c0f717a06ec (patch) | |
tree | b65e404d8681008958ab0489b90ded6e66063adf | |
parent | b57fc327870b73e835028541d92e6ce657334188 (diff) | |
download | ffmpeg-3bc2a526439f34acf3e965db80802c0f717a06ec.tar.gz |
Remove unneeded function.
Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11
Originally committed as revision 12059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ddc0140dc3..79c4cc07b7 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -296,11 +296,6 @@ void avfilter_register(AVFilter *filter) filters = newfilt; } -void avfilter_init(void) -{ - avfilter_register_all(); -} - void avfilter_uninit(void) { struct FilterList *tmp; |