Loading media/libstagefright/codecs/mp3dec/SoftMP3.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,9 @@ void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { // depend on fragments from the last one decoded. pvmp3_InitDecoder(mConfig, mDecoderBuf); mIsFirst = true; mSignalledError = false; mSawInputEos = false; mSignalledOutputEos = false; } } Loading Loading
media/libstagefright/codecs/mp3dec/SoftMP3.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -335,6 +335,9 @@ void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { // depend on fragments from the last one decoded. pvmp3_InitDecoder(mConfig, mDecoderBuf); mIsFirst = true; mSignalledError = false; mSawInputEos = false; mSignalledOutputEos = false; } } Loading