Loading media/libstagefright/AwesomePlayer.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -2096,7 +2096,10 @@ void AwesomePlayer::onCheckAudioStatus() { mSeekNotificationSent = true; } if (mVideoSource == NULL) { // For video the mSeeking flag is always reset in finishSeekIfNecessary mSeeking = NO_SEEK; } notifyIfMediaStarted_l(); } Loading Loading
media/libstagefright/AwesomePlayer.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -2096,7 +2096,10 @@ void AwesomePlayer::onCheckAudioStatus() { mSeekNotificationSent = true; } if (mVideoSource == NULL) { // For video the mSeeking flag is always reset in finishSeekIfNecessary mSeeking = NO_SEEK; } notifyIfMediaStarted_l(); } Loading