PeterBee97 commented on code in PR #7687: URL: https://github.com/apache/nuttx/pull/7687#discussion_r1033064748
########## include/nuttx/video/imgdata.h: ########## @@ -73,6 +76,8 @@ struct imgdata_ops_s CODE int (*validate_buf)(uint8_t *addr, uint32_t size); CODE int (*set_buf)(uint8_t *addr, uint32_t size); + CODE int (*enq_buf)(uint8_t *addr, uint32_t size); + CODE int (*dq_buf)(uint8_t **addr, struct timeval *ts); Review Comment: fixed -- 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