DOCS/input: fix filter name without label

This commit is contained in:
Kacper Michajłow 2024-07-12 15:44:30 +02:00
parent d15660f4ed
commit bbbade7052
1 changed files with 1 additions and 1 deletions

View File

@ -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).