From 900a9624f9156dd1160b2488536156f9e9e654bd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 26 May 2019 01:11:54 +0200 Subject: options: remove --chapter Has been deprecated for almost 3 years. Manpage didn't mention the deprecation, but CLI and release notes did. It wouldn't be much effort to keep this option working, but I just don't see the damn point. --start/--end can specify chapters using special syntax, which is equivalent. --- options/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 26693221a3..8489c79aa9 100644 --- a/options/options.h +++ b/options/options.h @@ -194,7 +194,6 @@ typedef struct MPOpts { char *force_configdir; int use_filedir_conf; int hls_bitrate; - int chapterrange[2]; int edition_id; int correct_pts; int initial_audio_sync; -- cgit v1.2.3