summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-20 05:50:42 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2017-12-21 19:51:30 +0100
commit29647880551c7b15944d6299a2cd5d502a4efb88 (patch)
tree8fa5e3ba96f251788fdee2860540255ce818c387 /DOCS/man/options.rst
parent688768b9bda24a06efac4349ad25e8fac09c35e5 (diff)
downloadmpv-29647880551c7b15944d6299a2cd5d502a4efb88.tar.bz2
mpv-29647880551c7b15944d6299a2cd5d502a4efb88.tar.xz
options: deprecate --ff- options and properties
Some old crap which nobody needs and which probably nobody uses. This relies on a GCC extension: using "## __VA_ARGS__" to remove the comma from the argument list if the va args are empty. It's supported by clang, and there's some chance newer standards will introduce a proper way to do this. (Even if it breaks somewhere, it will be a problem only for 1 release, since I want to drop the deprecated properties immediately.)
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 77b402590d..b3acfaabbe 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -73,6 +73,8 @@ Track Selection
options), there will be streams with duplicate IDs. In this case, the
first stream in order is selected.
+ Deprecated.
+
``--edition=<ID|auto>``
(Matroska files only)
Specify the edition (set of chapters) to use, where 0 is the first. If set