summaryrefslogtreecommitdiff
path: root/doc/filter_design.txt
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-30 14:55:47 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-03-31 18:22:08 -0400
commitfe64b88950d417ed36add4229bce5fa8668edb5a (patch)
treeec8d08131fe05e59c0153f35d26df12e78f97cef /doc/filter_design.txt
parent91b5ee66998ea28cdafb5ca31cbebc55ddf4cdb9 (diff)
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/filter_design.txt')
-rw-r--r--doc/filter_design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index 2f9e57d66a..c303c3c9c3 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -204,7 +204,7 @@ Frame scheduling
filter; these buffered frames must be flushed immediately if a new input
produces new output.
- (Example: framerate-doubling filter: filter_frame must (1) flush the
+ (Example: frame rate-doubling filter: filter_frame must (1) flush the
second copy of the previous frame, if it is still there, (2) push the
first copy of the incoming frame, (3) keep the second copy for later.)