提交 89862cd7 编写于 作者: M Michael Niedermayer

avcodec/ffjni: Fix ;;

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 b60dfae7
......@@ -192,7 +192,7 @@ char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx)
if ((*env)->ExceptionCheck(env)) {
(*env)->ExceptionClear(env);
av_log(log_ctx, AV_LOG_ERROR, "String.releaseStringUTFChars() threw an exception\n");
return NULL;;
return NULL;
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册