Commit 027fcc8a authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me

parent fc10369f
...@@ -75,7 +75,7 @@ static void Close( vlc_object_t * ); ...@@ -75,7 +75,7 @@ static void Close( vlc_object_t * );
#define B_ADAPT_LONGTEXT N_( "Force the specified number of " \ #define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
"consecutive B-frames to be used, except possibly before an I-frame." ) "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 " \ #define B_BIAS_LONGTEXT N_( "Bias the choice to use B-frames. Positive values " \
"cause more B-frames, negative values cause less B-frames." ) "cause more B-frames, negative values cause less B-frames." )
...@@ -240,7 +240,7 @@ static void Close( vlc_object_t * ); ...@@ -240,7 +240,7 @@ static void Close( vlc_object_t * );
"independently select a reference frame, as opposed to only one ref " \ "independently select a reference frame, as opposed to only one ref " \
"per macroblock." ) "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 " \ #define CHROMA_ME_LONGTEXT N_( "Chroma ME for subpel and mode decision in " \
"P-frames.") "P-frames.")
......
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