summaryrefslogtreecommitdiff
path: root/vpx_scale/generic
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2013-07-30 10:16:03 -0700
committerAdrian Grange <agrange@google.com>2013-07-30 12:10:32 -0700
commitb30a06b930b1de5651f2df45a1914214140df278 (patch)
treec7510233c2b6de78b1e6f477fed64669149a4379 /vpx_scale/generic
parentd53fc9ee4e56212f7e42cbaa4f0c99b8d443d602 (diff)
downloadlibvpx-b30a06b930b1de5651f2df45a1914214140df278.tar
libvpx-b30a06b930b1de5651f2df45a1914214140df278.tar.gz
libvpx-b30a06b930b1de5651f2df45a1914214140df278.tar.bz2
libvpx-b30a06b930b1de5651f2df45a1914214140df278.zip
Cleanup typos, remove unnecessary lines, replace switch
Removed unnecessary code lines, replaced switch with an if, fixed spelling errors and formatting. Change-Id: Ie48aa4604aa0ed48362ca359d792fb21b2ec1dc6
Diffstat (limited to 'vpx_scale/generic')
-rw-r--r--vpx_scale/generic/yv12config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_scale/generic/yv12config.c b/vpx_scale/generic/yv12config.c
index b18155be6..259204065 100644
--- a/vpx_scale/generic/yv12config.c
+++ b/vpx_scale/generic/yv12config.c
@@ -60,7 +60,7 @@ int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/* Only support allocating buffers that have a border that's a multiple
* of 32. The border restriction is required to get 16-byte alignment of
- * the start of the chroma rows without intoducing an arbitrary gap
+ * the start of the chroma rows without introducing an arbitrary gap
* between planes, which would break the semantics of things like
* vpx_img_set_rect(). */
if (border & 0x1f)
@@ -158,7 +158,7 @@ int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/* Only support allocating buffers that have a border that's a multiple
* of 32. The border restriction is required to get 16-byte alignment of
- * the start of the chroma rows without intoducing an arbitrary gap
+ * the start of the chroma rows without introducing an arbitrary gap
* between planes, which would break the semantics of things like
* vpx_img_set_rect(). */
if (border & 0x1f)