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

Commit e226124f authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "CCodec: don't drop work with format change" into rvc-dev

parents 25b1e25a 910a3170
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1705,8 +1705,8 @@ bool CCodecBufferChannel::handleWork(
        }
    }

    if (!buffer && !flags) {
        ALOGV("[%s] onWorkDone: Not reporting output buffer (%lld)",
    if (!buffer && !flags && outputFormat == nullptr) {
        ALOGV("[%s] onWorkDone: nothing to report from the work (%lld)",
              mName, work->input.ordinal.frameIndex.peekull());
        return true;
    }