Loading media/libstagefright/codecs/avc/dec/AVCDecoder.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,8 @@ status_t AVCDecoder::read( default: { LOGE("Should not be here, unknown nalType %d", nalType); CHECK(!"Should not be here"); err = ERROR_MALFORMED; break; } } Loading Loading
media/libstagefright/codecs/avc/dec/AVCDecoder.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,8 @@ status_t AVCDecoder::read( default: { LOGE("Should not be here, unknown nalType %d", nalType); CHECK(!"Should not be here"); err = ERROR_MALFORMED; break; } } Loading