summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-11 17:20:22 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-12 09:53:37 +0900
commitd4207c64e65526c31123bbb5b4517bcb49f1dca4 (patch)
tree5c35bb6ef6b135530043917bdb07faf449bc5ced /DOCS
parentabf1fc9a77d6d33132ffd046dcca13e14629740f (diff)
downloadmpv-d4207c64e65526c31123bbb5b4517bcb49f1dca4.tar.bz2
mpv-d4207c64e65526c31123bbb5b4517bcb49f1dca4.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. (cherry picked from commit 73d23a94059e40fd1209912d9365a2fb910eb8b1)
Diffstat (limited to 'DOCS')
-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.).