xiaoxiang781216 commented on code in PR #12329:
URL: https://github.com/apache/nuttx/pull/12329#discussion_r1598748280
##########
include/sys/videoio.h:
##########
@@ -899,8 +899,8 @@ struct v4l2_frmivalenum
struct v4l2_pix_format
{
- uint16_t width; /* Image width in pixels */
- uint16_t height; /* Image height in pixels */
+ uint32_t width; /* Image width in pixels */
+ uint32_t height; /* Image height in pixels */
Review Comment:
this change make v4l2_pix_format has the same header compared with
v4l2_pix_format_mplane, since some application assume both share the same
common header.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]