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

Commit a775aa01 authored by Bart Sears's avatar Bart Sears Committed by Android Git Automerger
Browse files

am 7525395f: Merge "Revert "ACodec: notify resolution change earlier for...

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

* commit '7525395f':
  Revert "ACodec: notify resolution change earlier for tunneled mode."
parents ac4230c7 7525395f
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()) {