Browse Source

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
tags/v0.5
Vitor Sessak 18 years ago
parent
commit
3bc2a52643
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libavfilter/avfilter.c

+ 0
- 5
libavfilter/avfilter.c View File

@@ -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;


Loading…
Cancel
Save