Loading media/libstagefright/AwesomePlayer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -969,8 +969,6 @@ status_t AwesomePlayer::startAudioPlayer_l(bool sendErrorNotification) { } if (!(mFlags & AUDIOPLAYER_STARTED)) { modifyFlags(AUDIOPLAYER_STARTED, SET); bool wasSeeking = mAudioPlayer->isSeeking(); // We've already started the MediaSource in order to enable Loading @@ -986,6 +984,8 @@ status_t AwesomePlayer::startAudioPlayer_l(bool sendErrorNotification) { return err; } modifyFlags(AUDIOPLAYER_STARTED, SET); if (wasSeeking) { CHECK(!mAudioPlayer->isSeeking()); Loading Loading
media/libstagefright/AwesomePlayer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -969,8 +969,6 @@ status_t AwesomePlayer::startAudioPlayer_l(bool sendErrorNotification) { } if (!(mFlags & AUDIOPLAYER_STARTED)) { modifyFlags(AUDIOPLAYER_STARTED, SET); bool wasSeeking = mAudioPlayer->isSeeking(); // We've already started the MediaSource in order to enable Loading @@ -986,6 +984,8 @@ status_t AwesomePlayer::startAudioPlayer_l(bool sendErrorNotification) { return err; } modifyFlags(AUDIOPLAYER_STARTED, SET); if (wasSeeking) { CHECK(!mAudioPlayer->isSeeking()); Loading