MIN_IN_HEIGHT
crop->top = clamp_t(u32, crop->top, 0, sink->height - MIN_IN_HEIGHT);
crop->height = clamp_t(u32, crop->height, MIN_IN_HEIGHT,
fmt->height = clamp_t(u32, fmt->height, MIN_IN_HEIGHT,