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

Commit 1bbe3454 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: Iaa0ecfc12129468627c18a50a06e4168a32ab347
parents 960daea0 e241b785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1865,7 +1865,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;
        }