Loading media/libstagefright/AwesomePlayer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2805,7 +2805,6 @@ void AwesomePlayer::onAudioTearDownEvent() { // Reset and recreate reset_l(); mFlags |= PREPARING; status_t err; Loading @@ -2816,6 +2815,7 @@ void AwesomePlayer::onAudioTearDownEvent() { err = setDataSource_l(uri, &uriHeaders); } mFlags |= PREPARING; if ( err != OK ) { // This will force beingPrepareAsync_l() to notify // a MEDIA_ERROR to the client and abort the prepare Loading Loading
media/libstagefright/AwesomePlayer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2805,7 +2805,6 @@ void AwesomePlayer::onAudioTearDownEvent() { // Reset and recreate reset_l(); mFlags |= PREPARING; status_t err; Loading @@ -2816,6 +2815,7 @@ void AwesomePlayer::onAudioTearDownEvent() { err = setDataSource_l(uri, &uriHeaders); } mFlags |= PREPARING; if ( err != OK ) { // This will force beingPrepareAsync_l() to notify // a MEDIA_ERROR to the client and abort the prepare Loading