summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-30 22:50:01 +0100
committerwm4 <wm4@nowhere>2013-12-30 22:50:01 +0100
commit548aa811960fa43a5fdf655719fa5065ec4f2f50 (patch)
treef0c45732ca744bee591f4317ff70105086a30e6c /DOCS
parentec539dad2b8aeaaac75cfea6eac621530937227a (diff)
downloadmpv-548aa811960fa43a5fdf655719fa5065ec4f2f50.tar.bz2
mpv-548aa811960fa43a5fdf655719fa5065ec4f2f50.tar.xz
manpage: fix vf_noise parameter name
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 4ba687725e..e500085868 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -429,7 +429,7 @@ Available filters are:
``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'``
forces a specific threading configuration.
-``noise[=<strength>[:average][:pattern][:temporal][:uniform][:hq]``
+``noise[=<strength>[:averaged][:pattern][:temporal][:uniform][:hq]``
Adds noise.
``strength``
@@ -438,7 +438,7 @@ Available filters are:
(using ``--vf=lavfi=[noise=...]``), or tell the libavfilter developers
to stop being stupid.
- ``average``
+ ``averaged``
averaged temporal noise (smoother, but a lot slower)
``pattern``