summaryrefslogtreecommitdiffstats
path: root/options.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 /options.h
parent2d91b19956c7d444ba440078e1c2ecd23d207a87 (diff)
downloadmpv-96daf7ed5ef96b86f2539164c27155bc830aa2a6.tar.bz2
mpv-96daf7ed5ef96b86f2539164c27155bc830aa2a6.tar.xz
Add option -noordered-chapters.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 33dcccd883..a7411f83bc 100644
--- a/options.h
+++ b/options.h
@@ -28,6 +28,7 @@ typedef struct MPOpts {
int osd_level;
int osd_duration;
int loop_times;
+ int ordered_chapters;
int correct_pts;
int user_correct_pts;
int key_fifo_size;