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/demuxers.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/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index fc5087188f..03d4f59118 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -120,7 +120,7 @@ same for all the files in the sequence. This demuxer accepts the following options: @table @option @item framerate -Set the framerate for the video stream. It defaults to 25. +Set the frame rate for the video stream. It defaults to 25. @item loop If set to 1, loop over the input. Default value is 0. @item pattern_type |