Commit 025f75c3 authored by Matthieu Bouron's avatar Matthieu Bouron

lavc/ffjni: do not error out if the last non-mandatory field/method cannot be found

parent bc7066fd
......@@ -352,6 +352,8 @@ int ff_jni_init_jfields(JNIEnv *env, void *jfields, const struct FFJniField *jfi
ret = AVERROR(EINVAL);
goto done;
}
ret = 0;
}
}
......
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