summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-21 14:16:26 +0100
committerwm4 <wm4@nowhere>2020-02-21 14:16:26 +0100
commita77780e6be2760d2deeaef316516b943ea29f1bc (patch)
treece450931d6b2c49b85b6fbe0b14a9301d77d7d10 /DOCS
parent1cda73356de49a8152475306d8af63480d0ba90f (diff)
downloadmpv-a77780e6be2760d2deeaef316516b943ea29f1bc.tar.bz2
mpv-a77780e6be2760d2deeaef316516b943ea29f1bc.tar.xz
edl: make it possible to set the track "default" flag
Also, the forced flag (and in the future, potentially a number of other flags not implemented yet). See next commit for purpose.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/edl-mpv.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index ac85f427d0..999e75694a 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -277,6 +277,17 @@ This has the following parameters:
Above also applies for similar fields such as ``w``. These fields are
mostly to help with user track pre-selection.
+``flags``
+ A ``+`` separated list of boolean flags. Currently defined flags:
+
+ ``default``
+ Set the default track flag.
+
+ ``forced``
+ Set the forced track flag.
+
+ Other values are ignored after triggering a warning.
+
``w``, ``h``
For video codecs: expected video size. See ``codec`` for details.