Loading media/libstagefright/OMXCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { (int)profile, AVCProfileToString(profile), level); if (!strcmp(mComponentName, "OMX.TI.Video.Decoder") && (profile != kAVCProfileBaseline || level > 30)) { && (profile != kAVCProfileBaseline || level > 31)) { // This stream exceeds the decoder's capabilities. The decoder // does not handle this gracefully and would clobber the heap // and wreak havoc instead... Loading Loading
media/libstagefright/OMXCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { (int)profile, AVCProfileToString(profile), level); if (!strcmp(mComponentName, "OMX.TI.Video.Decoder") && (profile != kAVCProfileBaseline || level > 30)) { && (profile != kAVCProfileBaseline || level > 31)) { // This stream exceeds the decoder's capabilities. The decoder // does not handle this gracefully and would clobber the heap // and wreak havoc instead... Loading