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

Commit 1d6d77d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents f7d03e83 35bf5734
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1747,8 +1747,8 @@ bool CCodecBufferChannel::handleWork(
        }
        }
    }
    }


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