From: Yaowu Xu Date: Tue, 8 Jun 2010 14:56:55 +0000 (-0700) Subject: fix a typo X-Git-Tag: 1.0_branch~1045 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bb895e85401d81d7dd2615380309812edfefc5e;p=profile%2Fivi%2Flibvpx.git fix a typo Change-Id: I180a05ad57ee6164a6a169ee08e8affd09671eee --- diff --git a/vp8/encoder/encodemb.c b/vp8/encoder/encodemb.c index 9fef75d..a66b90c 100644 --- a/vp8/encoder/encodemb.c +++ b/vp8/encoder/encodemb.c @@ -760,7 +760,7 @@ void vp8_encode_inter16x16uv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x) vp8_transform_mbuv(x); - vp8_quantize_mb(x); + vp8_quantize_mbuv(x); vp8_inverse_transform_mbuv(IF_RTCD(&rtcd->common->idct), &x->e_mbd);