diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-03-31 14:15:01 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-03-31 14:15:01 +0000 |
commit | c7512f6bb3eeea1e641cfaeddf70ad17185d7cda (patch) | |
tree | 9a9755bd7587648981fd10366174fe292ebbcab3 | |
parent | a4585e78340b8fa40a2cc56858e99c94888251a6 (diff) | |
download | ffmpeg-c7512f6bb3eeea1e641cfaeddf70ad17185d7cda.tar.gz |
Fix a few typos/grammar nits from r22739.
Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index a2d7dc290e..2736249de5 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -759,11 +759,11 @@ Thread count. @item -vsync @var{parameter} Video sync method. 0 Each frame is passed with its timestamp from the demuxer to the muxer -1 Frames will be duplicated and droped to achive exactly the requested +1 Frames will be duplicated and dropped to achieve exactly the requested constant framerate. -2 Frames are passed through with their timestamp or droped so as to prevent - 2 frames having the same timestamp --1 Chooses between 1 and 2 depending on muxer capabilities. This is default. +2 Frames are passed through with their timestamp or dropped so as to prevent + 2 frames from having the same timestamp +-1 Chooses between 1 and 2 depending on muxer capabilities. This is the default method. With -map you can select from which stream the timestamps should be taken. You can leave either video or |