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

Commit d049c605 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 0353459d: Merge "Always revert to the previous bandwidth if the required...

am 0353459d: Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb

* commit '0353459d405e20750b3ddd8abad83eace1ed2a39':
  Always revert to the previous bandwidth if the required sequence number cannot be found
parents 6bfb9ea1 88b7ad41
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 "