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

Commit 0353459d authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Always revert to the previous bandwidth if the required sequence number...

Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb
parents 4f28901f 283e031d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -438,8 +438,7 @@ rinse_repeat:

    if (mSeqNumber < firstSeqNumberInPlaylist
            || mSeqNumber > lastSeqNumberInPlaylist) {
        if (mSeqNumber < firstSeqNumberInPlaylist
                && mPrevBandwidthIndex != (ssize_t)bandwidthIndex) {
        if (mPrevBandwidthIndex != (ssize_t)bandwidthIndex) {
            // Go back to the previous bandwidth.

            LOGI("new bandwidth does not have the sequence number "