[vlc-commits] x264: do not make it harder for translators
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 9 00:47:02 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 9 00:44:57 2011 +0100| [51fa8eeedfe5ff080dd59b3d7ca4a04f99892366] | committer: Jean-Baptiste Kempf
x264: do not make it harder for translators
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51fa8eeedfe5ff080dd59b3d7ca4a04f99892366
---
modules/codec/x264.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 128ccfe..96cdf3d 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -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 )
More information about the vlc-commits
mailing list