mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 03:45:24 +00:00
d/v4l2: A bit more extra error printing
This commit is contained in:
parent
40f4790436
commit
a8941859d7
|
@ -527,8 +527,8 @@ v4l2_list_modes_fmt(struct v4l2_fs *vid, const struct v4l2_fmtdesc *fmt)
|
||||||
case V4L2_PIX_FMT_YUYV: break;
|
case V4L2_PIX_FMT_YUYV: break;
|
||||||
case V4L2_PIX_FMT_MJPEG: break;
|
case V4L2_PIX_FMT_MJPEG: break;
|
||||||
default:
|
default:
|
||||||
V_ERROR(vid, "error: Unknown pixelformat '%s'",
|
V_ERROR(vid, "error: Unknown pixelformat '%s' '%08x'",
|
||||||
fmt->description);
|
fmt->description, fmt->pixelformat);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue