Loading media/codec2/sfplugin/CCodec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1524,8 +1524,10 @@ void CCodec::flush() { { Mutexed<State>::Locked state(mState); if (state->get() == FLUSHING) { state->set(FLUSHED); } } mCallback->onFlushCompleted(); } Loading Loading
media/codec2/sfplugin/CCodec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -1524,8 +1524,10 @@ void CCodec::flush() { { Mutexed<State>::Locked state(mState); if (state->get() == FLUSHING) { state->set(FLUSHED); } } mCallback->onFlushCompleted(); } Loading