mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
0970ec6ae0
commit
b62966c02e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue