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

Commit 5d968aab authored by Henry Fang's avatar Henry Fang Committed by Automerger Merge Worker
Browse files

Merge "CCodec: reflect output format change after configure." am: 73a4a083 am: b9d6ab01

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie4ef98314bef2460db56fd17453f1b5fd4c88f86
parents 6a4bf037 b9d6ab01
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1204,6 +1204,8 @@ void CCodec::configure(const sp<AMessage> &msg) {
    Mutexed<std::unique_ptr<Config>>::Locked configLocked(mConfig);
    const std::unique_ptr<Config> &config = *configLocked;

    config->queryConfiguration(comp);

    mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat);
}