summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-04 16:56:28 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-04 16:56:28 +0000
commiteacccfafc83bf08d14f9ddee75c34739b647f238 (patch)
treec71f634c3452aa1840b4b25d01c111580521a179 /libvo
parentbc802c1e3efbe92cf653c415db5143291f096af4 (diff)
downloadmpv-eacccfafc83bf08d14f9ddee75c34739b647f238.tar.bz2
mpv-eacccfafc83bf08d14f9ddee75c34739b647f238.tar.xz
Clarify -vo vdpau:pullup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30503 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 2ee7cccf9b..4249dc4840 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -1203,7 +1203,8 @@ static const char help_msg[] =
" Operate on luma and chroma when using temporal deinterlacing (default)\n"
" Use nochroma-deint to speed up temporal deinterlacing\n"
" pullup\n"
- " Try to apply inverse-telecine (needs temporal deinterlacing)\n"
+ " Try to skip deinterlacing for progressive frames
+ " (only works with temporal deinterlacing, useful for telecined content)\n"
" denoise\n"
" Apply denoising, argument is strength from 0.0 to 1.0\n"
" sharpen\n"