提交 d1c45d7f 编写于 作者: Z Zhang Rui

android/jni: use 1 instead of true to suppress warning

上级 5d9fd6de
......@@ -489,7 +489,7 @@ static void message_loop_n(JNIEnv *env, IjkMediaPlayer *mp)
jobject weak_thiz = (jobject) ijkmp_set_weak_thiz(mp, NULL);
JNI_CHECK_GOTO(mp, env, NULL, "mpjni: message_loop_n: null weak_thiz", LABEL_RETURN);
while (true) {
while (1) {
AVMessage msg;
int retval = ijkmp_get_msg(mp, &msg, 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册