From a2133d76847dd4c7a19d6826cd9a6562bedfdbc4 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 24 Apr 2010 20:09:31 +0300 Subject: options: move -chapter values to option struct -chapter can optionally take a range with a start and an end. Add a new option type which supports such values and use that instead of a custom per-option function. This commit also fixes a build configuration bug: before the availability of the -chapter option depended on DVD functionality being enabled in the binary, even though the option works with other sources too. --- defaultopts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index b5917c53a7..ee24087f63 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -21,6 +21,7 @@ void set_default_mplayer_options(struct MPOpts *opts) .osd_duration = 1000, .loop_times = -1, .ordered_chapters = 1, + .chapterrange = {-1, -1}, .edition_id = -1, .user_correct_pts = -1, .key_fifo_size = 7, -- cgit v1.2.3