1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Don't i18n'd ""

It's reserved by gettext. gettext("") will output the headers.
This commit is contained in:
Christophe Mutricy 2008-11-22 16:43:19 +00:00
parent d95eef28a3
commit 1c76d96f74

View 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"