Commit 8d0a2180 authored by Matthieu Bouron's avatar Matthieu Bouron

lavc/ffjni: fix uninitialized variable

parent ac197465
......@@ -227,7 +227,7 @@ int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error
jclass exception_class = NULL;
jmethodID get_message_id = NULL;
jstring string;
jstring string = NULL;
av_bprint_init(&bp, 0, AV_BPRINT_SIZE_AUTOMATIC);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment