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

Commit bae44ffb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Revert "CCodec: don't drop work with format change"" into rvc-dev am: 1d6d77d1 am: cc0811e9 am: a9b1adb9 am: 93a874d2

Change-Id: Icedf47592f4c49c2aa4d435147b3555c717a3cea
parents c676c9f2 93a874d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1747,8 +1747,8 @@ bool CCodecBufferChannel::handleWork(
        }
    }

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