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

Commit fba0ec27 authored by Wonsik Kim's avatar Wonsik Kim Committed by Automerger Merge Worker
Browse files

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

Change-Id: Iccf0dcdf0efa25a11324a5146db2412d383bc0e1
parents b9825118 e226124f
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;
    }