Loading media/codec2/components/mp3/C2SoftMp3Dec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,9 @@ c2_status_t C2SoftMP3::onInit() { c2_status_t C2SoftMP3::onStop() { // Make sure that the next buffer output does not still // depend on fragments from the last one decoded. if (mDecoderBuf) { pvmp3_InitDecoder(mConfig, mDecoderBuf); } mSignalledError = false; mIsFirst = true; mSignalledOutputEos = false; Loading Loading
media/codec2/components/mp3/C2SoftMp3Dec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,9 @@ c2_status_t C2SoftMP3::onInit() { c2_status_t C2SoftMP3::onStop() { // Make sure that the next buffer output does not still // depend on fragments from the last one decoded. if (mDecoderBuf) { pvmp3_InitDecoder(mConfig, mDecoderBuf); } mSignalledError = false; mIsFirst = true; mSignalledOutputEos = false; Loading