diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-30 14:55:47 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-03-31 18:22:08 -0400 |
commit | fe64b88950d417ed36add4229bce5fa8668edb5a (patch) | |
tree | ec8d08131fe05e59c0153f35d26df12e78f97cef /doc/ffmpeg.texi | |
parent | 91b5ee66998ea28cdafb5ca31cbebc55ddf4cdb9 (diff) | |
download | ffmpeg-fe64b88950d417ed36add4229bce5fa8668edb5a.tar.gz |
doc: Consistently use 'frame rate' everywhere
We used to use 'framerate' or 'frame rate' randomly.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 a826616aa5..f949c9b3bb 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -896,7 +896,7 @@ Newly added values will have to be specified as strings always. Each frame is passed with its timestamp from the demuxer to the muxer. @item 1, cfr Frames will be duplicated and dropped to achieve exactly the requested -constant framerate. +constant frame rate. @item 2, vfr Frames are passed through with their timestamp or dropped so as to prevent 2 frames from having the same timestamp. |