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
This commit is contained in:
Vitor Sessak 2008-02-15 21:35:56 +00:00
parent 102fb0e3ac
commit ce356b0980

View File

@ -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);
}