Browse code

Redefine sameq

I think the documentation of sameq is causing confusion and misuse of
this option.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Lou Logan authored on 2011/03/29 05:13:44
Showing 2 changed files
... ...
@@ -281,7 +281,7 @@ Set video buffer verifier buffer size (in bits).
281 281
 Force video codec to @var{codec}. Use the @code{copy} special value to
282 282
 tell that the raw codec data must be copied as is.
283 283
 @item -sameq
284
-Use same video quality as source (implies VBR).
284
+Use same quantizer as source (implies VBR).
285 285
 
286 286
 @item -pass @var{n}
287 287
 Select the pass number (1 or 2). It is used to do two-pass
... ...
@@ -4335,7 +4335,7 @@ static const OptionDef options[] = {
4335 4335
     { "vcodec", HAS_ARG | OPT_VIDEO, {(void*)opt_video_codec}, "force video codec ('copy' to copy stream)", "codec" },
4336 4336
     { "me_threshold", HAS_ARG | OPT_FUNC2 | OPT_EXPERT | OPT_VIDEO, {(void*)opt_me_threshold}, "motion estimaton threshold",  "threshold" },
4337 4337
     { "sameq", OPT_BOOL | OPT_VIDEO, {(void*)&same_quality},
4338
-      "use same video quality as source (implies VBR)" },
4338
+      "use same quantizer as source (implies VBR)" },
4339 4339
     { "pass", HAS_ARG | OPT_VIDEO, {(void*)&opt_pass}, "select the pass number (1 or 2)", "n" },
4340 4340
     { "passlogfile", HAS_ARG | OPT_STRING | OPT_VIDEO, {(void*)&pass_logfilename_prefix}, "select two pass log file name prefix", "prefix" },
4341 4341
     { "deinterlace", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_deinterlace},