[vlc-devel] [PATCH 0/2] macosx: widen stored playback position for longer videos
Mikhail Gusarov
dottedmag at dottedmag.net
Thu Sep 19 16:33:50 CEST 2019
Existing logic of storing playback position for macOS excludes positions within
first/last 5%.
This heuristic is fine for short videos, but for a longer one, say a 6-hour one,
it means the position is not stored for the first/last 18 minutes, which is a
nuisance.
This change adds an upper limit for the size of excluded positions.
Compile-tested against master only due to UI breakage. Similar patch tested
against 3.0 and works fine.
Mikhail Gusarov (2):
macosx: extract a helper to test if the position should be saved
macosx: widen stored playback position for longer videos
.../VLCPlaybackContinuityController.m | 33 ++++++++++++++++---
1 file changed, 29 insertions(+), 4 deletions(-)
--
2.22.0
More information about the vlc-devel
mailing list