提交 b62966c0 编写于 作者: V Vitor Sessak

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
上级 0970ec6a
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册