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

Commit 4a8b99cf authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Play timed text even after 35.79 minutes" am: 66bee4de am: 7b65e85b

am: 02e3ed9d

* commit '02e3ed9d':
  Play timed text even after 35.79 minutes
parents d9400a8b 02e3ed9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2202,7 +2202,7 @@ void NuPlayer::onSourceNotify(const sp<AMessage> &msg) {
            int posMs;
            int64_t timeUs, posUs;
            driver->getCurrentPosition(&posMs);
            posUs = posMs * 1000;
            posUs = (int64_t) posMs * 1000ll;
            CHECK(buffer->meta()->findInt64("timeUs", &timeUs));

            if (posUs < timeUs) {