mirror of https://github.com/mpv-player/mpv
DOCS/input: fix filter name without label
This commit is contained in:
parent
d15660f4ed
commit
bbbade7052
|
@ -2258,7 +2258,7 @@ Property list
|
|||
``vf-metadata/<filter-label>``
|
||||
Metadata added by video filters. Accessed by the filter label,
|
||||
which, if not explicitly specified using the ``@filter-label:`` syntax,
|
||||
will be ``<filter-name>NN``.
|
||||
will be ``<filter-name>.NN``.
|
||||
|
||||
Works similar to ``metadata`` property. It allows the same access
|
||||
methods (using sub-properties).
|
||||
|
|
Loading…
Reference in New Issue