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

Add a filter to cut video frames into smaller slices.

Commited in SoC by Bobby Bingham on 2007-07-06 17:57:36

Originally committed as revision 11977 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 102fb0e3
......@@ -238,6 +238,7 @@ void avfilter_init(void)
avfilter_register(&vsrc_dummy);
avfilter_register(&vf_crop);
avfilter_register(&vf_passthrough);
avfilter_register(&vf_slicify);
avfilter_register(&vo_sdl);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册