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. --- DOCS/man/en/mplayer.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 5a23c4d74c..0393c47dda 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1301,6 +1301,12 @@ Specify which chapter to start playing at. Optionally specify which chapter to end playing at (default: 1). . .TP +.B \-edition (Matroska, MPlayer only) +Specify the edition (set of chapters) to use, where 0 is the first. If set to +-1 (the default), MPlayer will choose the first edition declared as a default, +or if there is no default, the first edition defined. +. +.TP .B \-cookies (network only) Send cookies when making HTTP requests. . -- cgit v1.2.3