diff options
author | Lou Logan <lou@fakeoutdoorsman.com> | 2011-03-28 12:13:44 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-05 03:21:36 +0200 |
commit | 8af3167bb6d32379c5575c67a5b88c82d5019cb4 (patch) | |
tree | 9e1b912c6ad8171443d263ec896ec1360f9f6e5d /ffmpeg.c | |
parent | 30c6fefd013a579f455c230ca9b9b0f8fc68285a (diff) | |
download | ffmpeg-8af3167bb6d32379c5575c67a5b88c82d5019cb4.tar.gz |
Redefine sameq
I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4335,7 +4335,7 @@ static const OptionDef options[] = { { "vcodec", HAS_ARG | OPT_VIDEO, {(void*)opt_video_codec}, "force video codec ('copy' to copy stream)", "codec" }, { "me_threshold", HAS_ARG | OPT_FUNC2 | OPT_EXPERT | OPT_VIDEO, {(void*)opt_me_threshold}, "motion estimaton threshold", "threshold" }, { "sameq", OPT_BOOL | OPT_VIDEO, {(void*)&same_quality}, - "use same video quality as source (implies VBR)" }, + "use same quantizer as source (implies VBR)" }, { "pass", HAS_ARG | OPT_VIDEO, {(void*)&opt_pass}, "select the pass number (1 or 2)", "n" }, { "passlogfile", HAS_ARG | OPT_STRING | OPT_VIDEO, {(void*)&pass_logfilename_prefix}, "select two pass log file name prefix", "prefix" }, { "deinterlace", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_deinterlace}, |