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

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

Merge "CCodec: retry sending output buffer after realloc" into rvc-dev

parents 6c8d71e9 4ada73d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1770,7 +1770,7 @@ void CCodecBufferChannel::sendOutputBuffers() {
                    realloc(c2Buffer);
            output.unlock();
            mCCodecCallback->onOutputBuffersChanged();
            return;
            break;
        case OutputBuffers::RETRY:
            ALOGV("[%s] sendOutputBuffers: unable to register output buffer",
                  mName);