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

Commit 73a4a083 authored by Henry Fang's avatar Henry Fang Committed by Gerrit Code Review
Browse files

Merge "CCodec: reflect output format change after configure."

parents 6169766b 183ca3d9
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);
}