Loading media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) { if (portIndex == 0 && mInitialized) { CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE); } mFramesConfigured = false; } void SoftMPEG4::onReset() { Loading Loading
media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) { if (portIndex == 0 && mInitialized) { CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE); } mFramesConfigured = false; } void SoftMPEG4::onReset() { Loading