Loading media/libstagefright/ACodec.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -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()) { Loading Loading
media/libstagefright/ACodec.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -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()) { Loading