Loading media/libstagefright/MediaCodecList.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,8 @@ status_t MediaCodecList::getCodecCapabilities( if (typeIndex < 0) { return -EINVAL; } // essentially doing valueFor without the CHECK abort typeIndex = mTypes.valueAt(typeIndex); OMXClient client; status_t err = client.connect(); Loading Loading
media/libstagefright/MediaCodecList.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,8 @@ status_t MediaCodecList::getCodecCapabilities( if (typeIndex < 0) { return -EINVAL; } // essentially doing valueFor without the CHECK abort typeIndex = mTypes.valueAt(typeIndex); OMXClient client; status_t err = client.connect(); Loading