summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst5
2 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index bf8fd991c6..3b64105dc9 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - add ``track-list/N/foced`` property
- add audio-params/channel-count and ``audio-params-out/channel-count props.
- add af volume replaygain-fallback suboption
- add video-params/stereo-in property
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 0ed259f59b..7f6cb1856c 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1579,6 +1579,10 @@ Property list
``yes`` if the track has the default flag set in the file, ``no``
otherwise.
+ ``track-list/N/foced``
+ ``yes`` if the track has the forced flag set in the file, ``no``
+ otherwise.
+
``track-list/N/codec``
The codec name used by this track, for example ``h264``. Unavailable
in some rare cases.
@@ -1616,6 +1620,7 @@ Property list
"lang" MPV_FORMAT_STRING
"albumart" MPV_FORMAT_FLAG
"default" MPV_FORMAT_FLAG
+ "forced" MPV_FORMAT_FLAG
"external" MPV_FORMAT_FLAG
"external-filename" MPV_FORMAT_STRING
"codec" MPV_FORMAT_STRING