summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-08 02:37:27 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-08 02:42:19 +0300
commit96daf7ed5ef96b86f2539164c27155bc830aa2a6 (patch)
treea77220fb48fba74773fe39cc7e5f4b3be381a4b5 /cfg-mplayer.h
parent2d91b19956c7d444ba440078e1c2ecd23d207a87 (diff)
downloadmpv-96daf7ed5ef96b86f2539164c27155bc830aa2a6.tar.bz2
mpv-96daf7ed5ef96b86f2539164c27155bc830aa2a6.tar.xz
Add option -noordered-chapters.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 5b5a1ac176..7b2335d776 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -311,6 +311,9 @@ const m_option_t mplayer_opts[]={
OPT_INTRANGE("loop", loop_times, 0, -1, 10000),
{"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ OPT_FLAG_ON("ordered-chapters", ordered_chapters, 0),
+ OPT_FLAG_OFF("noordered-chapters", ordered_chapters, 0),
+
// a-v sync stuff:
OPT_FLAG_ON("correct-pts", user_correct_pts, 0),
OPT_FLAG_OFF("nocorrect-pts", user_correct_pts, 0),