summaryrefslogtreecommitdiff
path: root/vpx/vp8.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2011-02-16 17:54:49 -0800
committerJames Zern <jzern@google.com>2011-02-16 17:59:33 -0800
commitf42d52e6bd73a519670f5ba20a8cc245d23be2aa (patch)
treebd50c63c994bd528c5fe72c0605e4399ef4f4ca4 /vpx/vp8.h
parent0030303b6949ba2d3391f3ae400213acc0e80db7 (diff)
downloadlibvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar.gz
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar.bz2
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.zip
documentation: minor cosmetics
- correct spelling - remove explicit file name w/\file (unnecessary when contained in the same file and prone to desync) Change-Id: I68a3960ac5ab84d0f2e5c9b2e29799f26dfccf23
Diffstat (limited to 'vpx/vp8.h')
-rw-r--r--vpx/vp8.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vpx/vp8.h b/vpx/vp8.h
index 32c01325f..430f90911 100644
--- a/vpx/vp8.h
+++ b/vpx/vp8.h
@@ -14,7 +14,7 @@
* VP8 is vpx's newest video compression algorithm that uses motion
* compensated prediction, Discrete Cosine Transform (DCT) coding of the
* prediction error signal and context dependent entropy coding techniques
- * based on arithmatic principles. It features:
+ * based on arithmetic principles. It features:
* - YUV 4:2:0 image format
* - Macro-block based coding (16x16 luma plus two 8x8 chroma)
* - 1/4 (1/8) pixel accuracy motion compensated prediction
@@ -25,7 +25,7 @@
*
* @{
*/
-/*!\file vp8.h
+/*!\file
* \brief Provides controls common to both the VP8 encoder and decoder.
*/
#ifndef VP8_H
@@ -67,7 +67,7 @@ enum vp8_postproc_level
/*!\brief post process flags
*
* This define a structure that describe the post processing settings. For
- * the best objective measure (using thet PSNR metric) set post_proc_flag
+ * the best objective measure (using the PSNR metric) set post_proc_flag
* to VP8_DEBLOCK and deblocking_level to 1.
*/
@@ -101,7 +101,7 @@ typedef struct vpx_ref_frame
} vpx_ref_frame_t;
-/*!\brief vp8 decoder control funciton parameter type
+/*!\brief vp8 decoder control function parameter type
*
* defines the data type for each of VP8 decoder control function requires
*/