From c3c0309eecc1d6b309138fcd40df508235c9395d Mon Sep 17 00:00:00 2001 From: Daniel Dawson Date: Tue, 1 Dec 2009 04:28:34 -0800 Subject: Support for multiple editions in Matroska Add code to intelligently choose an appropriate Matroska edition when there are several. Will choose, in descending order of preference: the edition chosen by the user through the option "-edition " if it exists, the first edition with EditionFlagDefault set to 1 if there is one, or the first edition. --- defaultopts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index 2bd6f7e3e3..b5917c53a7 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, + .edition_id = -1, .user_correct_pts = -1, .key_fifo_size = 7, .doubleclick_time = 300, -- cgit v1.2.3