xiaoxiang781216 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1041091930
########## drivers/video/video.c: ########## @@ -62,6 +62,8 @@ #define VIDEO_ID(x, y) (((x) << 16) | (y)) +#define MAX_VIDEO_HEAP_SIZE CONFIG_VIDEO_HEAP_SIZE Review Comment: remove ########## drivers/video/video.c: ########## @@ -1243,6 +1302,7 @@ static int video_qbuf(FAR struct video_mng_s *vmng, &type_inf->frame_interval, container->buf.m.userptr, container->buf.length); + Review Comment: revert the change -- 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