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

Commit 66bee4de authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Play timed text even after 35.79 minutes"

parents 5c7d8e2d 24d484ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2182,7 +2182,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) {