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
pull/126/head
Vitor Sessak 17 years ago
parent 102fb0e3ac
commit ce356b0980
  1. 1
      libavfilter/avfilter.c

@ -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…
Cancel
Save