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

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

Merge "CCodec: Duplicate format given to CCodecBufferChannel" into rvc-dev am: e241b785

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12014034

Change-Id: Ic7719ee19c34fb28ab47dbd49b473d8d58109184
parents 2d970888 e241b785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1868,7 +1868,7 @@ void CCodec::onMessageReceived(const sp<AMessage> &msg) {
                config->mInputSurface->onInputBufferDone(work->input.ordinal.frameIndex);
            }
            mChannel->onWorkDone(
                    std::move(work), changed ? config->mOutputFormat : nullptr,
                    std::move(work), changed ? config->mOutputFormat->dup() : nullptr,
                    initData.hasChanged() ? initData.update().get() : nullptr);
            break;
        }