mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 06:50:56 +00:00
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:
parent
102fb0e3ac
commit
ce356b0980
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user