Commit 1403deb8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Postproc: better longhelp wording

Corresponding to Laurent's explanation on IRC
parent 3889a42f
...@@ -59,9 +59,10 @@ static int PPNameCallback( vlc_object_t *, char const *, ...@@ -59,9 +59,10 @@ static int PPNameCallback( vlc_object_t *, char const *,
#define Q_TEXT N_("Post processing quality") #define Q_TEXT N_("Post processing quality")
#define Q_LONGTEXT N_( \ #define Q_LONGTEXT N_( \
"Quality of post processing. Valid range is 0 to 6\n" \ "Quality of post processing. Valid range is 0 (disabled) to 6 (highest)\n" \
"Higher levels require considerable more CPU power, but produce " \ "Higher levels require more CPU power, but produce higher quality pictures.\n" \
"better looking pictures." ) "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_TEXT N_("FFmpeg post processing filter chains")
#define NAME_LONGTEXT NAME_TEXT #define NAME_LONGTEXT NAME_TEXT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment