]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.c
Add a filter to cut video frames into smaller slices.
[ffmpeg] / libavfilter / avfilter.c
index 8e880fb1554e6d6487a55a0170c2189e1baa8b0d..3e2d60ad037b51cbc87fcc08a328d3b3a63c2fed 100644 (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);
 }