[vlc-commits] Postproc: better longhelp wording
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 16 21:22:57 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 16 21:22:22 2011 +0100| [1403deb80a2f54a1b291d61b50e1dce4304d8073] | committer: Jean-Baptiste Kempf
Postproc: better longhelp wording
Corresponding to Laurent's explanation on IRC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1403deb80a2f54a1b291d61b50e1dce4304d8073
---
modules/video_filter/postproc.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/modules/video_filter/postproc.c b/modules/video_filter/postproc.c
index fabb082..0a1b067 100644
--- a/modules/video_filter/postproc.c
+++ b/modules/video_filter/postproc.c
@@ -59,9 +59,10 @@ static int PPNameCallback( vlc_object_t *, char const *,
#define Q_TEXT N_("Post processing quality")
#define Q_LONGTEXT N_( \
- "Quality of post processing. Valid range is 0 to 6\n" \
- "Higher levels require considerable more CPU power, but produce " \
- "better looking pictures." )
+ "Quality of post processing. Valid range is 0 (disabled) to 6 (highest)\n" \
+ "Higher levels require more CPU power, but produce higher quality pictures.\n" \
+ "With default filter chain, the values map to the following filters:\n" \
+ "1: hb, 2-4: hb+vb, 5-6: hb+vb+dr" )
#define NAME_TEXT N_("FFmpeg post processing filter chains")
#define NAME_LONGTEXT NAME_TEXT
More information about the vlc-commits
mailing list