xiaoxiang781216 commented on code in PR #1340:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r991499170


##########
system/nxplayer/nxplayer.c:
##########
@@ -752,21 +752,21 @@ static int nxplayer_enqueuebuffer(FAR struct nxplayer_s 
*pplayer,
 
 static void *nxplayer_playthread(pthread_addr_t pvarg)
 {
-  struct nxplayer_s           *pplayer = (struct nxplayer_s *)pvarg;
-  struct audio_msg_s          msg;
-  struct audio_buf_desc_s     buf_desc;
-  ssize_t                     size;
-  bool                        running = true;
-  bool                        streaming = true;
-  bool                        failed = false;
-  struct ap_buffer_info_s     buf_info;
-  FAR struct ap_buffer_s      **buffers;
-  unsigned int                prio;
+  struct nxplayer_s       *pplayer = (struct nxplayer_s *)pvarg;

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

Reply via email to