aboutsummaryrefslogtreecommitdiff
path: root/examples/set_maps.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/set_maps.c')
-rw-r--r--examples/set_maps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/set_maps.c b/examples/set_maps.c
index bcb28a063..2593faba3 100644
--- a/examples/set_maps.c
+++ b/examples/set_maps.c
@@ -15,7 +15,7 @@
// This is an example demonstrating how to control the AOM encoder's
// ROI and Active maps.
//
-// ROI (Reigon of Interest) maps are a way for the application to assign
+// ROI (Region of Interest) maps are a way for the application to assign
// each macroblock in the image to a region, and then set quantizer and
// filtering parameters on that image.
//
@@ -27,12 +27,12 @@
// Configuration
// -------------
// An ROI map is set on frame 22. If the width of the image in macroblocks
-// is evenly divisble by 4, then the output will appear to have distinct
+// is evenly divisible by 4, then the output will appear to have distinct
// columns, where the quantizer, loopfilter, and static threshold differ
// from column to column.
//
// An active map is set on frame 33. If the width of the image in macroblocks
-// is evenly divisble by 4, then the output will appear to have distinct
+// is evenly divisible by 4, then the output will appear to have distinct
// columns, where one column will have motion and the next will not.
//
// The active map is cleared on frame 44.