summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-13 16:54:59 +0100
committerwm4 <wm4@nowhere>2015-01-13 16:54:59 +0100
commit53a5923ba1d016534907d7a8869968c7afeb02cd (patch)
tree12fa5b946054b48cedd6e2e34b22ec155d033baf
parent206cfd964c0e36c26a0fc532724752dbdafbaa71 (diff)
downloadmpv-53a5923ba1d016534907d7a8869968c7afeb02cd.tar.bz2
mpv-53a5923ba1d016534907d7a8869968c7afeb02cd.tar.xz
manpage: fix references to vf_pp
It was removed, but is still available through FFmpeg. Fixes #1468.
-rw-r--r--DOCS/man/changes.rst4
-rw-r--r--DOCS/man/mpv.rst3
2 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 52de58374f..6f3a653b22 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -239,8 +239,8 @@ Command Line Switches
``-osdlevel`` ``--osd-level``
``-panscanrange`` ``--video-zoom``, ``--video-pan-x/y``
``-playing-msg`` ``--term-playing-msg``
- ``-pp ...`` ``'--vf=pp=[...]'``
- ``-pphelp`` ``--vf=pp:help``
+ ``-pp ...`` ``'--vf=lavfi=[pp=...]'``
+ ``-pphelp`` (See FFmpeg libavfilter documentation.)
``-rawaudio ...`` ``--demuxer-rawaudio-...``
``-rawvideo ...`` ``--demuxer-rawvideo-...``
``-spugauss`` ``--sub-gauss``
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 673b1b7c7f..ec9e5fbe89 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -438,12 +438,11 @@ profile name ``default`` to continue with normal options.
::
[vo.vdpau]
- # Use hardware decoding (might break playback of some h264 files)
+ # Use hardware decoding
hwdec=vdpau
[protocol.dvd]
profile-desc="profile for dvd:// streams"
- vf=pp=hb/vb/dr/al/fd
alang=en
[extension.flv]