summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 21:48:52 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 21:48:52 +0000
commit2ec3f259e5d7f2364604b56ff5a44f788238da67 (patch)
tree95da32a722d0b33061de912971b6ca498501d606
parent7f3ddffb6764b914b938def33337e91c2961ab9a (diff)
downloadmpv-2ec3f259e5d7f2364604b56ff5a44f788238da67.tar.bz2
mpv-2ec3f259e5d7f2364604b56ff5a44f788238da67.tar.xz
Update -vo vdpau command line help.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28970 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_vdpau.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index d5b0288578..7acc165a8f 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -977,11 +977,11 @@ static const char help_msg[] =
" deint (all modes > 0 respect -field-dominance)\n"
" 0: no deinterlacing\n"
" 1: only show first field\n"
- " 2: bob deinterlacing (current fallback)\n"
- " 3: temporal deinterlacing (not yet working)\n"
- " 4: temporal-spatial deinterlacing (not yet working)\n"
+ " 2: bob deinterlacing (current fallback for hardware decoding)\n"
+ " 3: temporal deinterlacing (only works with software codecs)\n"
+ " 4: temporal-spatial deinterlacing (only works with software codecs)\n"
" pullup\n"
- " Try to apply inverse-telecine (needs deinterlacing, not working)\n"
+ " Try to apply inverse-telecine (needs temporal deinterlacing)\n"
" denoise\n"
" Apply denoising, argument is strength from 0.0 to 1.0\n"
" sharpen\n"