|
@@ -441,7 +441,7 @@ int gsc_try_fmt_mplane(struct gsc_ctx *ctx, struct v4l2_format *f)
|
|
|
v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x,
|
|
|
&pix_mp->height, min_h, max_h, mod_y, 0);
|
|
|
if (tmp_w != pix_mp->width || tmp_h != pix_mp->height)
|
|
|
- pr_info("Image size has been modified from %dx%d to %dx%d",
|
|
|
+ pr_debug("Image size has been modified from %dx%d to %dx%d\n",
|
|
|
tmp_w, tmp_h, pix_mp->width, pix_mp->height);
|
|
|
|
|
|
pix_mp->num_planes = fmt->num_planes;
|