Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7af86edf authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Signal a runtime error if the AVCDecoder encounters an invalid frame."

parents cf3deb51 b8fdab2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
            }
        }