diff options
| -rw-r--r-- | media/libstagefright/httplive/LiveSession.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libstagefright/httplive/LiveSession.cpp b/media/libstagefright/httplive/LiveSession.cpp index e731080c8046..f20a4cbcca21 100644 --- a/media/libstagefright/httplive/LiveSession.cpp +++ b/media/libstagefright/httplive/LiveSession.cpp @@ -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 " |