summaryrefslogtreecommitdiff
path: root/libavcodec/vp9.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-04-27 13:45:23 -0400
committerDiego Biurrun <diego@biurrun.de>2016-05-04 18:16:21 +0200
commit41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch)
tree146a086cf7c1881d55f9261b58138983e13af21c /libavcodec/vp9.h
parent5c31eaa9998b2185e0aa04d11adff128498dc14a (diff)
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/vp9.h')
-rw-r--r--libavcodec/vp9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h
index c6f395e93a..b83bd618d4 100644
--- a/libavcodec/vp9.h
+++ b/libavcodec/vp9.h
@@ -141,7 +141,7 @@ typedef struct VP9DSPContext {
*/
// FIXME(rbultje) maybe replace left/top pointers with HAVE_TOP/
// HAVE_LEFT/HAVE_TOPRIGHT flags instead, and then handle it in-place?
- // also needs to fit in with what h264/vp8/etc do
+ // also needs to fit in with what H.264/VP8/etc do
void (*intra_pred[N_TXFM_SIZES][N_INTRA_PRED_MODES])(uint8_t *dst,
ptrdiff_t stride,
const uint8_t *left,