options: don't restrict --hr-seek-demuxer-offset

This was limited to 99 for unknown reasons.
This commit is contained in:
wm4 2015-04-20 20:03:05 +02:00
parent c64e4e48d9
commit c5654e4005
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ const m_option_t mp_opts[] = {
OPT_FLAG("initial-audio-sync", initial_audio_sync, 0),
OPT_CHOICE("hr-seek", hr_seek, 0,
({"no", -1}, {"absolute", 0}, {"yes", 1}, {"always", 1})),
OPT_FLOATRANGE("hr-seek-demuxer-offset", hr_seek_demuxer_offset, 0, -9, 99),
OPT_FLOAT("hr-seek-demuxer-offset", hr_seek_demuxer_offset, 0),
OPT_FLAG("hr-seek-framedrop", hr_seek_framedrop, 0),
OPT_CHOICE_OR_INT("autosync", autosync, 0, 0, 10000,
({"no", -1})),