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. --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 56cd6b6b39..90ce239e86 100644 --- a/options.h +++ b/options.h @@ -29,6 +29,7 @@ typedef struct MPOpts { int osd_duration; int loop_times; int ordered_chapters; + int edition_id; int correct_pts; int user_correct_pts; int user_pts_assoc_mode; -- cgit v1.2.3