From 1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Nov 2012 15:16:12 +0100 Subject: video/filter: rename vf_eq2 to vf_eq vf_eq was deleted earlier, which makes the name vf_eq2 even more awkward. --- DOCS/man/en/mpv.rst | 4 ++-- DOCS/man/en/vf.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst index 8b6dc0acca..209213fccd 100644 --- a/DOCS/man/en/mpv.rst +++ b/DOCS/man/en/mpv.rst @@ -170,7 +170,7 @@ c Change YUV colorspace. (The following keys are valid only when using a video output that supports the -corresponding adjustment, or the software equalizer (``--vf=eq2``).) +corresponding adjustment, or the software equalizer (``--vf=eq``).) 1 and 2 Adjust contrast. @@ -351,7 +351,7 @@ as the file played and then tries to load any file-specific configuration. | # start with mf://filemask | mf=type=png:fps=25 | # Eerie negative images are cool. -| vf=eq2=1.0:-0.8 +| vf=eq=1.0:-0.8 PROFILES diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index f96fb20ac9..e120c39f0b 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -405,7 +405,7 @@ hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp] chroma temporal strength (default: ``luma_tmp*chroma_spatial/luma_spatial``) -eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight] +eq[=gamma:contrast:brightness:saturation:rg:gg:bg:weight] Software equalizer that uses lookup tables (slow), allowing gamma correction in addition to simple brightness and contrast adjustment. The parameters are given as floating point -- cgit v1.2.3