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

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

am ef7f3794: Merge "Revert our seek behaviour to SEEK_CLOSEST_SYNC instead of...

am ef7f3794: Merge "Revert our seek behaviour to SEEK_CLOSEST_SYNC instead of SEEK_CLOSEST." into jb-dev

* commit 'ef7f3794':
  Revert our seek behaviour to SEEK_CLOSEST_SYNC instead of SEEK_CLOSEST.
parents e5121e9d ef7f3794
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1594,7 +1594,7 @@ void AwesomePlayer::onVideoEvent() {
                    mSeekTimeUs,
                    mSeeking == SEEK_VIDEO_ONLY
                        ? MediaSource::ReadOptions::SEEK_NEXT_SYNC
                        : MediaSource::ReadOptions::SEEK_CLOSEST);
                        : MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
        }
        for (;;) {
            status_t err = mVideoSource->read(&mVideoBuffer, &options);