mirror of
https://github.com/mpv-player/mpv
synced 2025-02-04 14:11:53 +00:00
command: initialize a-b loop options correctly
It was initialized as 0/0, which basically cleared the chapter marks by default.
This commit is contained in:
parent
d96bd0eaa8
commit
c862955bac
@ -633,6 +633,7 @@ const struct MPOpts mp_default_opts = {
|
||||
.demuxer_min_secs_cache = 2,
|
||||
.cache_pausing = 1,
|
||||
.chapterrange = {-1, -1},
|
||||
.ab_loop = {MP_NOPTS_VALUE, MP_NOPTS_VALUE},
|
||||
.edition_id = -1,
|
||||
.default_max_pts_correction = -1,
|
||||
.correct_pts = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user