mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user