From 1cebd16350229d2ab1441f5061079ce9240fb22f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Nov 2014 16:47:23 +0100 Subject: player: add --chapters-file option Note that you can't pass .cue or .edl files to it, at least not yet. Requested in context of allowing to specify custom chapters. For that to work well, we probably need to add some sort of chapter metadata pseudo-demuxer. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index d9065c1877..9dddf9b94e 100644 --- a/options/options.h +++ b/options/options.h @@ -118,6 +118,7 @@ typedef struct MPOpts { char *ordered_chapters_files; int chapter_merge_threshold; double chapter_seek_threshold; + char *chapter_file; int load_unsafe_playlists; int merge_files; int quiet; -- cgit v1.2.3