mirror of https://github.com/mpv-player/mpv
DOCS/input: list property values are not useless
The raw value of these properties is definitely not useless since they return the whole list.
This commit is contained in:
parent
3522dd836e
commit
65135e0f44
|
@ -2187,8 +2187,7 @@ Property list
|
|||
Number of MKV editions.
|
||||
|
||||
``edition-list``
|
||||
List of editions, current entry marked. Currently, the raw property value
|
||||
is useless.
|
||||
List of editions, current entry marked.
|
||||
|
||||
This has a number of sub-properties. Replace ``N`` with the 0-based edition
|
||||
index.
|
||||
|
@ -3089,8 +3088,7 @@ Property list
|
|||
"id" MPV_FORMAT_INT64
|
||||
|
||||
``track-list``
|
||||
List of audio/video/sub tracks, current entry marked. Currently, the raw
|
||||
property value is useless.
|
||||
List of audio/video/sub tracks, current entry marked.
|
||||
|
||||
This has a number of sub-properties. Replace ``N`` with the 0-based track
|
||||
index.
|
||||
|
@ -3330,8 +3328,7 @@ Property list
|
|||
first one is returned.
|
||||
|
||||
``chapter-list`` (RW)
|
||||
List of chapters, current entry marked. Currently, the raw property value
|
||||
is useless.
|
||||
List of chapters, current entry marked.
|
||||
|
||||
This has a number of sub-properties. Replace ``N`` with the 0-based chapter
|
||||
index.
|
||||
|
|
Loading…
Reference in New Issue