diff options
author | Lou Logan <lou@fakeoutdoorsman.com> | 2011-04-09 13:50:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-10 09:27:50 +0200 |
commit | f8de11cf7dbfefec535c3114a5fced3609d01343 (patch) | |
tree | be60619f654191aa1cdad3cea526331b4e1b3771 /doc/ffmpeg.texi | |
parent | aeefbf61c0dbed2977c919ea0ef22f2536ee1e48 (diff) | |
download | ffmpeg-f8de11cf7dbfefec535c3114a5fced3609d01343.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>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 21c6f2cadf..38da9186e6 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -272,7 +272,7 @@ Set video buffer verifier buffer size (in bits). Force video codec to @var{codec}. Use the @code{copy} special value to tell that the raw codec data must be copied as is. @item -sameq -Use same video quality as source (implies VBR). +Use same quantizer as source (implies VBR). @item -pass @var{n} Select the pass number (1 or 2). It is used to do two-pass |