Mercurial > mplayer.hg
changeset 28935:521e61715851
Update -vo vdpau command line help.
author | cehoyos |
---|---|
date | Sun, 15 Mar 2009 21:48:52 +0000 |
parents | e8c117f5758a |
children | fd9de1e70d47 |
files | libvo/vo_vdpau.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vdpau.c Sun Mar 15 21:26:10 2009 +0000 +++ b/libvo/vo_vdpau.c Sun Mar 15 21:48:52 2009 +0000 @@ -977,11 +977,11 @@ " 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"