diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-02 10:23:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-02 10:23:59 +0000 |
commit | 4bef236ba8cb1860352df227c0eb8b07b534248b (patch) | |
tree | 33598957b485d711cd561256406185486eb0ab9b /doc | |
parent | 9ae711e1252eb13d123643f0c6b8f3aa0551f526 (diff) | |
download | ffmpeg-4bef236ba8cb1860352df227c0eb8b07b534248b.tar.gz |
Fix quantiSer --> quantiZer typo.
Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 554f5d01f0..cc51105b9b 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -301,17 +301,17 @@ Set the group of pictures size. @item -intra Use only intra frames. @item -qscale q -Use fixed video quantiser scale (VBR). +Use fixed video quantizer scale (VBR). @item -qmin q -minimum video quantiser scale (VBR) +minimum video quantizer scale (VBR) @item -qmax q -maximum video quantiser scale (VBR) +maximum video quantizer scale (VBR) @item -qdiff q -maximum difference between the quantiser scales (VBR) +maximum difference between the quantizer scales (VBR) @item -qblur blur -video quantiser scale blur (VBR) +video quantizer scale blur (VBR) @item -qcomp compression -video quantiser scale compression (VBR) +video quantizer scale compression (VBR) @item -lmin lambda minimum video lagrange factor (VBR) |