Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be587b52 authored by Jason Simmons's avatar Jason Simmons Committed by Android (Google) Code Review
Browse files

Merge "Do not call stop() on the MediaSource if it hasn't been started." into ics-aah

parents 0f6cb450 1f763f7c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -778,9 +778,6 @@ void AAH_TXPlayer::reset_l() {

    mCachedSource.clear();

    if (mAudioSource != NULL) {
        mAudioSource->stop();
    }
    mAudioSource.clear();
    mAudioCodec = TRTPAudioPacket::kCodecInvalid;
    mAudioFormat = NULL;