Commit 51fa8eee authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

x264: do not make it harder for translators

parent 1c9b7a93
......@@ -374,7 +374,6 @@ static void Close( vlc_object_t * );
"the actual encoding quality." )
#define QUIET_TEXT N_("Quiet mode")
#define QUIET_LONGTEXT N_( "Quiet mode.")
#define VERBOSE_TEXT N_("Statistics")
#define VERBOSE_LONGTEXT N_( "Print stats for each frame.")
......@@ -676,7 +675,7 @@ vlc_module_begin ()
SSIM_LONGTEXT, true )
add_bool( SOUT_CFG_PREFIX "quiet", false, QUIET_TEXT,
QUIET_LONGTEXT, true )
QUIET_TEXT, true )
add_integer( SOUT_CFG_PREFIX "sps-id", 0, SPS_ID_TEXT,
SPS_ID_LONGTEXT, true )
......
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