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

Commit b42e61d3 authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "Don't queue unnecessary discontinuity when switching tracks"

parents 510b5059 1d883b2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ void NuPlayer::GenericSource::onMessageReceived(const sp<AMessage> &msg) {
              timeUs = mVideoLastDequeueTimeUs;
          }
          readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
          readBuffer(counterpartType, -1, NULL, formatChange);
          readBuffer(counterpartType, -1, NULL, !formatChange);
          ALOGV("timeUs %lld actualTimeUs %lld", (long long)timeUs, (long long)actualTimeUs);

          break;