Skip to content

Commit

Permalink
修复bug2语法错误 --git commit [0ae751e]
Browse files Browse the repository at this point in the history
  • Loading branch information
SundoggyNew committed Jan 18, 2024
1 parent 99f86b9 commit 3e42db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ijkmedia/ijkplayer/android/ijkplayer_jni.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ static void message_loop_n(JNIEnv *env, IjkMediaPlayer *mp)
}
break;
case FFP_MSG_PCM_DATA:
MPTRACE("FFP_MSG_PCM_DATA:\n",);
MPTRACE("FFP_MSG_PCM_DATA:\n");
if (msg.obj) {
// 创建一个 byte[] 数组 长度msg.arg2
jbyteArray byteArray = (*env)->NewByteArray(env, msg.arg2);
Expand Down

0 comments on commit 3e42db6

Please sign in to comment.