Add movie file video source filter.

Commited in SoC by  on 2008-01-31 20:55:50

Originally committed as revision 12038 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-02-15 21:40:23 +00:00
parent 0970ec6ae0
commit b62966c02e
1 changed files with 3 additions and 0 deletions

View File

@ -308,6 +308,9 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_split);
avfilter_register(&avfilter_vf_transpose);
avfilter_register(&avfilter_vf_vflip);
#ifdef CONFIG_AVFILTER_LAVF
avfilter_register(&avfilter_vsrc_movie);
#endif //CONFIG_AVFILTER_LAVF
}
void avfilter_uninit(void)