summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 40994dd652..a9288d7a93 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -85,6 +85,9 @@ libavfilter bridge.
Video filters are managed in lists. There are a few commands to manage the
filter list.
+``--vf-append=filter``
+ Appends the filter given as arguments to the filter list.
+
``--vf-add=filter``
Appends the filter given as arguments to the filter list. (Passing multiple
filters is currently still possible, but deprecated.)