Loading media/jni/android_media_MediaCodecList.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -105,6 +105,7 @@ static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { // This should never happen unless something is really wrong // This should never happen unless something is really wrong jniThrowException( jniThrowException( env, "java/lang/RuntimeException", "cannot get MediaCodecList"); env, "java/lang/RuntimeException", "cannot get MediaCodecList"); return NULL; } } sListWrapper.reset(new JavaMediaCodecListWrapper(mcl)); sListWrapper.reset(new JavaMediaCodecListWrapper(mcl)); Loading Loading
media/jni/android_media_MediaCodecList.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -105,6 +105,7 @@ static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { // This should never happen unless something is really wrong // This should never happen unless something is really wrong jniThrowException( jniThrowException( env, "java/lang/RuntimeException", "cannot get MediaCodecList"); env, "java/lang/RuntimeException", "cannot get MediaCodecList"); return NULL; } } sListWrapper.reset(new JavaMediaCodecListWrapper(mcl)); sListWrapper.reset(new JavaMediaCodecListWrapper(mcl)); Loading