From 379df9de06fb50b497708f6d7e6c00572c49f036 Mon Sep 17 00:00:00 2001 From: "S. Davilla" Date: Sat, 28 Sep 2013 16:43:58 -0400 Subject: [PATCH] fixed, c/p typo in CJNIMediaCodecInfoCodecCapabilities --- xbmc/android/jni/MediaCodecInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/android/jni/MediaCodecInfo.cpp b/xbmc/android/jni/MediaCodecInfo.cpp index 7a924be..983ab70 100644 --- a/xbmc/android/jni/MediaCodecInfo.cpp +++ b/xbmc/android/jni/MediaCodecInfo.cpp @@ -298,7 +298,7 @@ std::vector CJNIMediaCodecInfoCodecCapabilities::colorFormats() const { JNIEnv *env = xbmc_jnienv(); - jhintArray colorFormats = get_field(m_object, "numBytesOfEncryptedData"); + jhintArray colorFormats = get_field(m_object, "colorFormats"); jsize size = env->GetArrayLength(colorFormats.get()); std::vector intarray; intarray.resize(size); -- 2.7.4