[vlc-devel] [3.0 PATCH 0/2] macosx: widen stored playback position for longer videos
Mikhail Gusarov
dottedmag at dottedmag.net
Wed Sep 25 21:40:23 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.
This is a backport from master branch, commits
08f4413550de4912f6b5f3f67976898944e254ca and
be727c15a67e632adff3c33af8a79af3df2dfade.
Mikhail Gusarov (2):
macosx: extract a helper to test if the position should be saved
macosx: widen stored playback position for longer videos
modules/gui/macosx/VLCInputManager.m | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
--
2.22.0
More information about the vlc-devel
mailing list