Commit aa9f8e4e authored by vitor's avatar vitor

Remove unneeded function.

Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12059 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8fe9fe5a
...@@ -296,11 +296,6 @@ void avfilter_register(AVFilter *filter) ...@@ -296,11 +296,6 @@ void avfilter_register(AVFilter *filter)
filters = newfilt; filters = newfilt;
} }
void avfilter_init(void)
{
avfilter_register_all();
}
void avfilter_uninit(void) void avfilter_uninit(void)
{ {
struct FilterList *tmp; struct FilterList *tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment