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

Commit 4ada73d9 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

CCodec: retry sending output buffer after realloc

Bug: 157393159
Test: atest CtsMediaV2TestCases:EncoderProfileLevelTest
Change-Id: I14b5bd0f68300822d4b786b2e8f4144d414d8360
parent 3244d0db
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);