xiaoxiang781216 commented on code in PR #7749: URL: https://github.com/apache/nuttx/pull/7749#discussion_r1037062351
########## drivers/video/video.c: ########## @@ -1466,6 +1475,22 @@ static int validate_frame_setting(enum v4l2_buf_type type, return g_video_data_ops->validate_frame_setting(nr_fmt, df, &di); } +static size_t video_fmt_buf_size(video_format_t *vf) Review Comment: no place call this function? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org