xiaoxiang781216 commented on code in PR #3609:
URL: https://github.com/apache/nuttx-apps/pull/3609#discussion_r3526301801


##########
system/nxplayer/nxplayer_main.c:
##########
@@ -312,15 +312,34 @@ static int nxplayer_cmd_play(FAR struct nxplayer_s 
*pplayer, char *parg)
 
 static int nxplayer_cmd_playraw(FAR struct nxplayer_s *pplayer, char *parg)
 {
+  FAR char *params;
   int ret;
   int channels = 0;
   int bpsamp = 0;
   int samprate = 0;
   int chmap = 0;
+  size_t filename_len;
   char filename[128];
 
-  sscanf(parg, "%s %d %d %d %d", filename, &channels, &bpsamp,

Review Comment:
   what's problem to call sscanf



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to