xiaoxiang781216 commented on code in PR #8447:
URL: https://github.com/apache/nuttx/pull/8447#discussion_r1101409762


##########
drivers/video/video.c:
##########
@@ -667,6 +669,7 @@ static int start_capture(enum v4l2_buf_type type,
   convert_to_imgsensorfmt(&fmt[VIDEO_FMT_SUB], &sf[IMGSENSOR_FMT_SUB]);
   convert_to_imgsensorinterval(interval, &si);
 
+  *seqnum = 0;

Review Comment:
   look like it's better to zero at caller site, sorry please ignore my 
previous comment.



-- 
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]

Reply via email to