42 if (!strcmp(args,
"random")) {
45 sscanf(args,
"%d", &slice->
h);
84 for (y2 = y; y2 + slice->
h <= y + h; y2 += slice->
h)
89 }
else if (slice_dir == -1) {
90 for (y2 = y + h; y2 - slice->
h >= y; y2 -= slice->
h)
100 .description =
NULL_IF_CONFIG_SMALL(
"Pass the images of input video on to next video filter as multiple slices."),