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 /doc | |
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 'doc')
-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 222cfec576..18b6d65cf4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -281,7 +281,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 |