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

Commit 7525395f authored by Bart Sears's avatar Bart Sears Committed by Android (Google) Code Review
Browse files

Merge "Revert "ACodec: notify resolution change earlier for tunneled mode."" into mnc-dev

parents dbe49e44 35a30f42
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -6503,11 +6503,6 @@ bool ACodec::OutputPortSettingsChangedState::onOMXEvent(

                mCodec->mSentFormat = false;

                if (mTunneled) {
                    sp<AMessage> dummy = new AMessage(kWhatOutputBufferDrained, mCodec);
                    mCodec->sendFormatChange(dummy);
                }

                ALOGV("[%s] Output port now reenabled.", mCodec->mComponentName.c_str());

                if (mCodec->mExecutingState->active()) {