On Thu, Oct 20, 2022 at 09:55:31PM +0200, Hans de Goede wrote: > Make atomisp_g_fmt_cap() default to YUV420 so that it matches with what > atomisp_try_fmt_cap() and atomisp_queue_setup() do when they need to > pick a default pixelformat. ... > f->fmt.pix.width = 10000; > f->fmt.pix.height = 10000; Side note: Same as before, perhaps better to use limits.h instead. Unless it's defined by hardware limitations, in such case perhaps define them with explanatory naming. -- With Best Regards, Andy Shevchenko