summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-14 21:52:37 +0100
committerwm4 <wm4@nowhere>2013-12-14 21:52:37 +0100
commit2f49fbff93d76950c441daef76afb3adb9078429 (patch)
tree59cfa3499143538c218da1d470bf85ad4da04ee5 /mpvcore/options.h
parent7f3eda41d940bb0575615c3af4fc64793220d478 (diff)
downloadmpv-2f49fbff93d76950c441daef76afb3adb9078429.tar.bz2
mpv-2f49fbff93d76950c441daef76afb3adb9078429.tar.xz
matroska: add --ordered-chapters-files option
This option takes a playlist. The playlist will then be used as list of potential segment files for use with ordered chapters.
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index f421fcccb5..1544e37edb 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -91,6 +91,7 @@ typedef struct MPOpts {
int loop_times;
int shuffle;
int ordered_chapters;
+ char *ordered_chapters_files;
int chapter_merge_threshold;
double chapter_seek_threshold;
int load_unsafe_playlists;