summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-11 17:20:22 +0100
committerwm4 <wm4@nowhere>2015-02-11 17:20:22 +0100
commit73d23a94059e40fd1209912d9365a2fb910eb8b1 (patch)
treeffabf8ca3ca5388b7f5c6a8dd8b496d4f45083d5 /DOCS/man
parentdf5548a754a93e63ecf294f543001176c76efa1d (diff)
downloadmpv-73d23a94059e40fd1209912d9365a2fb910eb8b1.tar.bz2
mpv-73d23a94059e40fd1209912d9365a2fb910eb8b1.tar.xz
vf_noise: remove internal implementation
It requires libavfilter now, just like many other filters. Not sure if it even makes sense to keep this wrapper.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vf.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 02fd41d9b7..41ca08beeb 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -301,10 +301,6 @@ Available filters are:
``uniform``
uniform noise (Gaussian otherwise)
- ``hq``
- high quality (slightly better looking, slightly slower) - not available
- when using libavfilter
-
``hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]``
This filter aims to reduce image noise producing smooth images and making
still images really still (This should enhance compressibility.).