ref: a7eb21760f376a2977847e6bf0e02d8827de9359
parent: 4e9b4a1570177148d49de3411a6d6733394fa757
author: Christian Duvivier <cduvivier@google.com>
date: Wed Dec 21 10:52:18 EST 2011
Fix a couple of warnings.
--- a/vp8/encoder/quantize.c
+++ b/vp8/encoder/quantize.c
@@ -1271,10 +1271,8 @@
void vp8_set_quantizer(struct VP8_COMP *cpi, int Q)
{
VP8_COMMON *cm = &cpi->common;
- MACROBLOCKD *mbd = &cpi->mb.e_mbd;
int update = 0;
int new_delta_q;
- int i;
cm->base_qindex = Q;
/* if any of the delta_q values are changing update flag has to be set */
--
⑨