mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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
This commit is contained in:
parent
b57fc32787
commit
3bc2a52643
@ -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…
x
Reference in New Issue
Block a user