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

Commit 0fc277db authored by Santiago Seifert's avatar Santiago Seifert Committed by Automerger Merge Worker
Browse files
parents f2a31ecf 726b9eb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4573,7 +4573,7 @@ status_t MPEG4Extractor::updateAudioTrackInfoFromESDS_MPEG4Audio(
        if (len2 == 0) {
            return ERROR_MALFORMED;
        }
        if (offset >= csd_size || csd[offset] != 0x01) {
        if (offset + len1 > csd_size || csd[offset] != 0x01) {
            return ERROR_MALFORMED;
        }
        // formerly kKeyVorbisInfo