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

Image negating filter

Commited in SoC by Bobby Bingham on 2007-08-20 05:27:17

Originally committed as revision 12022 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d21cbbff
......@@ -329,6 +329,7 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_graph);
avfilter_register(&avfilter_vf_graphdesc);
avfilter_register(&avfilter_vf_graphfile);
avfilter_register(&avfilter_vf_negate);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_passthrough);
avfilter_register(&avfilter_vf_rgb2bgr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册