manpage: fix references to vf_pp

It was removed, but is still available through FFmpeg.

Fixes #1468.
This commit is contained in:
wm4 2015-01-13 16:54:59 +01:00
parent 206cfd964c
commit 53a5923ba1
2 changed files with 3 additions and 4 deletions

View File

@ -239,8 +239,8 @@ Command Line Switches
``-osdlevel`` ``--osd-level`` ``-osdlevel`` ``--osd-level``
``-panscanrange`` ``--video-zoom``, ``--video-pan-x/y`` ``-panscanrange`` ``--video-zoom``, ``--video-pan-x/y``
``-playing-msg`` ``--term-playing-msg`` ``-playing-msg`` ``--term-playing-msg``
``-pp ...`` ``'--vf=pp=[...]'`` ``-pp ...`` ``'--vf=lavfi=[pp=...]'``
``-pphelp`` ``--vf=pp:help`` ``-pphelp`` (See FFmpeg libavfilter documentation.)
``-rawaudio ...`` ``--demuxer-rawaudio-...`` ``-rawaudio ...`` ``--demuxer-rawaudio-...``
``-rawvideo ...`` ``--demuxer-rawvideo-...`` ``-rawvideo ...`` ``--demuxer-rawvideo-...``
``-spugauss`` ``--sub-gauss`` ``-spugauss`` ``--sub-gauss``

View File

@ -438,12 +438,11 @@ profile name ``default`` to continue with normal options.
:: ::
[vo.vdpau] [vo.vdpau]
# Use hardware decoding (might break playback of some h264 files) # Use hardware decoding
hwdec=vdpau hwdec=vdpau
[protocol.dvd] [protocol.dvd]
profile-desc="profile for dvd:// streams" profile-desc="profile for dvd:// streams"
vf=pp=hb/vb/dr/al/fd
alang=en alang=en
[extension.flv] [extension.flv]