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

Commit 32495581 authored by Chong Zhang's avatar Chong Zhang Committed by Android (Google) Code Review
Browse files

Merge "fix NuPlayerDecoder discontinuity handling with async mode"

parents cfdd5242 43cc944e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -463,10 +463,6 @@ bool NuPlayer::Decoder::handleAnOutputBuffer(
        size_t size,
        int64_t timeUs,
        int32_t flags) {
    if (mFormatChangePending) {
        return false;
    }

//    CHECK_LT(bufferIx, mOutputBuffers.size());
    sp<ABuffer> buffer;
    mCodec->getOutputBuffer(index, &buffer);