summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-21 18:41:59 +0200
committerwm4 <wm4@nowhere>2013-08-21 18:41:59 +0200
commit74e3a29606f2995c5ba04944db3a32aaf2a75b55 (patch)
tree8f6d82f4fbfa5036c17f3940f6f91aca5c7f4901 /DOCS/man/en
parentc8a7140c739038d33e030aa0b668e101e5228491 (diff)
downloadmpv-74e3a29606f2995c5ba04944db3a32aaf2a75b55.tar.bz2
mpv-74e3a29606f2995c5ba04944db3a32aaf2a75b55.tar.xz
options: replace --edition=-1 with --edition=auto
Originally, the objective of this commit was changing --edition to be 1-based, but this was cancelled. I'm still leaving the change to demux_mkv.c though, which is now only of cosmetic nature.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 9549f335c5..a275c5da34 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -731,10 +731,10 @@
Some DVDs contain scenes that can be viewed from multiple angles.
This option tells mpv which angle to use (default: 1).
-``--edition=<ID>``
+``--edition=<ID|auto>``
(Matroska files only)
Specify the edition (set of chapters) to use, where 0 is the first. If set
- to -1 (the default), mpv will choose the first edition declared as a
+ to ``auto`` (the default), mpv will choose the first edition declared as a
default, or if there is no default, the first edition defined.
``--embeddedfonts``, ``--no-embeddedfonts``