summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:16:12 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:14 +0100
commit1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf (patch)
treed22ed5d7c9518af98092de7d865b127e43f16fd5 /DOCS/man/en/mpv.rst
parent11ec5f19f231a7706804e283f958365eac1bc35c (diff)
downloadmpv-1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf.tar.bz2
mpv-1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf.tar.xz
video/filter: rename vf_eq2 to vf_eq
vf_eq was deleted earlier, which makes the name vf_eq2 even more awkward.
Diffstat (limited to 'DOCS/man/en/mpv.rst')
-rw-r--r--DOCS/man/en/mpv.rst4
1 files changed, 2 insertions, 2 deletions
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