diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-04 17:27:38 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-04 17:27:38 +0000 |
commit | 212eb494ff3c466952c6fd49ff926f71f4d4d2e6 (patch) | |
tree | ffd207b2479792847ce65336051b0def53b6cbc6 | |
parent | eacccfafc83bf08d14f9ddee75c34739b647f238 (diff) |
100l: Fix compilation (broken by me).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30504 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_vdpau.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index 4249dc4840..feef2f7d43 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -1203,7 +1203,7 @@ 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 skip deinterlacing for progressive frames + " 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" |