summaryrefslogtreecommitdiffstats
path: root/osdep/mac/precise_timer.swift
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-09-25 23:47:16 -0400
committerKacper Michajłow <kasper93@gmail.com>2024-09-26 22:48:52 +0200
commit53f2619dbd740b71bdd4277f096d077ffb8d571b (patch)
treeb0f21ad75bc8bc58befc7b453f0738af14a3e80d /osdep/mac/precise_timer.swift
parent69ced646f85388c630c0fded7c3363177a94788f (diff)
downloadmpv-master.tar.bz2
mpv-master.tar.xz
options: force --ab-loop-count and --loop-file notificationHEADmaster
Since f411f3145ba2f6eebc658917d0879d5e573bbdf0, these properties no longer change with each loop. This however caused a regression on the behavior of resetting loop count by resetting these properties. Previously, after the loop count is decreased, it is possible to reset these properties back their original values and thus reset the remaining loop count. Currently, because setting properties has no effect if the new value is the same as the existing value (which no longer changes), resetting these properties does nothing, and remaining-*-loops (which are read-only) remain unchanged. There is no way to reset them other than temporarily setting them to a different value, which is awkward. Fortunately, this can be fixed by marking these properties as force_update, which always notifies changes when being set.
Diffstat (limited to 'osdep/mac/precise_timer.swift')
0 files changed, 0 insertions, 0 deletions