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

Commit 74ac37c0 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6500447 from 1d6d77d1 to rvc-release

Change-Id: I2b4dec2a7f8ad5c20d7a90d90a52c206a7887cfc
parents 63db5e3c 1d6d77d1
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;
    }