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-codecs.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-codecs.texi')
-rw-r--r-- | doc/ffmpeg-codecs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-codecs.texi b/doc/ffmpeg-codecs.texi index 8f807c11ec..e97abe3768 100644 --- a/doc/ffmpeg-codecs.texi +++ b/doc/ffmpeg-codecs.texi @@ -144,8 +144,8 @@ Set codec time base. It is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented. For fixed-fps content, timebase -should be 1/framerate and timestamp increments should be identically -1. +should be @code{1 / frame_rate} and timestamp increments should be +identically 1. @item g @var{integer} (@emph{encoding,video}) Set the group of picture size. Default value is 12. |