diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-06 21:19:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-06 21:19:11 +0000 |
commit | fa78d895cb4191f29cb0333d517c0ad21fff6573 (patch) | |
tree | 565dfa116083f7c37ae6e51e6149efb22a3f2ed7 /doc/ffmpeg-doc.texi | |
parent | c7385375bc4775afe89d17429d6daad7719e387d (diff) | |
download | ffmpeg-fa78d895cb4191f29cb0333d517c0ad21fff6573.tar.gz |
spelling/grammar
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 1764dbb1fa..53f36a1a0d 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -390,7 +390,7 @@ Set max video bitrate (in bit/s). @item -minrate bitrate Set min video bitrate (in bit/s). @item -bufsize size -Set video buffer verifer buffer size (in bits). +Set video buffer verifier buffer size (in bits). @item -vcodec codec Force video codec to @var{codec}. Use the @code{copy} special value to tell that the raw codec data must be copied as is. @@ -1671,7 +1671,7 @@ Note, these rules are mostly borrowed from the MPlayer project. First, (@pxref{Coding Rules}) above if you did not yet. When you submit your patch, try to send a unified diff (diff '-up' -option). I cannot read other diffs :-) +option). We cannot read other diffs :-) Also please do not submit patches which contain several unrelated changes. Split them into individual self-contained patches; this makes reviewing |