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