aboutsummaryrefslogtreecommitdiff
path: root/doc/visualization.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/visualization.html')
-rw-r--r--doc/visualization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/visualization.html b/doc/visualization.html
index 207d3a5..73b1577 100644
--- a/doc/visualization.html
+++ b/doc/visualization.html
@@ -164,7 +164,7 @@ Arguments:
the images through a pipe. That's it!
</p>
<p>
- The data is an stream of raw RGBA values, where each color takes one byte in every pixel. The frame
+ The data is a stream of raw RGBA values, where each color takes one byte in every pixel. The frame
size is the same as used by the visualization module, and the frames should be played back at a fixed
frame rate. The pixel data starts from the bottom-left of a frame and follows row-major ordering (so
you may want to flip the frame when using the frame with some applications).