]> git.sesse.net Git - vlc/commitdiff
* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me
authorDennis van Amerongen <trax@videolan.org>
Sat, 28 Oct 2006 14:40:13 +0000 (14:40 +0000)
committerDennis van Amerongen <trax@videolan.org>
Sat, 28 Oct 2006 14:40:13 +0000 (14:40 +0000)
modules/codec/x264.c

index 4777700bf95b24437fff522436d9ec93b397024d..b18700cbc83143faa3242ca19f85267ecd75bec8 100644 (file)
@@ -75,7 +75,7 @@ static void Close( vlc_object_t * );
 #define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
     "consecutive B-frames to be used, except possibly before an I-frame." )
 
-#define B_BIAS_TEXT N_("B-frames usage")
+#define B_BIAS_TEXT N_("Influence (bias) B-frames usage")
 #define B_BIAS_LONGTEXT N_( "Bias the choice to use B-frames. Positive values " \
     "cause more B-frames, negative values cause less B-frames." )
 
@@ -240,7 +240,7 @@ static void Close( vlc_object_t * );
     "independently select a reference frame, as opposed to only one ref " \
     "per macroblock." )
 
-#define CHROMA_ME_TEXT N_("Ignore chroma in motion estimation")
+#define CHROMA_ME_TEXT N_("Chroma in motion estimation")
 #define CHROMA_ME_LONGTEXT N_( "Chroma ME for subpel and mode decision in " \
     "P-frames.")