]> git.sesse.net Git - vlc/commitdiff
Don't i18n'd ""
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 22 Nov 2008 16:43:19 +0000 (16:43 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 22 Nov 2008 16:43:19 +0000 (16:43 +0000)
It's reserved by gettext. gettext("") will output the headers.

modules/codec/dirac.c

index 6354d330c6ccae43309bb85cc9803e7a5f03e84c..b7a300e4a985d0292f8e1b962b270f95312491f3 100644 (file)
@@ -114,11 +114,11 @@ static const char *const enc_codingmode_list_text[] =
 
 #define ENC_MCBLK_WIDTH "mc-blk-width"
 #define ENC_MCBLK_WIDTH_TEXT N_("Width of motion compensation blocks")
-#define ENC_MCBLK_WIDTH_LONGTEXT N_("")
+#define ENC_MCBLK_WIDTH_LONGTEXT ""
 
 #define ENC_MCBLK_HEIGHT "mc-blk-height"
 #define ENC_MCBLK_HEIGHT_TEXT N_("Height of motion compensation blocks")
-#define ENC_MCBLK_HEIGHT_LONGTEXT N_("")
+#define ENC_MCBLK_HEIGHT_LONGTEXT ""
 
 /* also known as XBSEP and YBSEP */
 #define ENC_MCBLK_OVERLAP "mc-blk-overlap"