qiaohaijiao commented on code in PR #1440: URL: https://github.com/apache/nuttx-apps/pull/1440#discussion_r1035584373
########## include/system/nxplayer.h: ########## @@ -39,6 +39,14 @@ * Public Type Declarations ****************************************************************************/ +struct nxplayer_dec_ops_s +{ + int format; + int (*pre_parse)(int fd, uint32_t *samplerate, + uint8_t *chans, uint8_t *bps); Review Comment: done ########## include/system/nxplayer.h: ########## @@ -39,6 +39,14 @@ * Public Type Declarations ****************************************************************************/ +struct nxplayer_dec_ops_s +{ + int format; + int (*pre_parse)(int fd, uint32_t *samplerate, + uint8_t *chans, uint8_t *bps); + int (*fill_data)(int fd, FAR struct ap_buffer_s *apb); Review Comment: done -- 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