]> granicus.if.org Git - libvpx/commitdiff
Fix a couple of warnings.
authorChristian Duvivier <cduvivier@google.com>
Wed, 21 Dec 2011 23:52:18 +0000 (15:52 -0800)
committerChristian Duvivier <cduvivier@google.com>
Wed, 21 Dec 2011 23:58:14 +0000 (15:58 -0800)
vp8/encoder/quantize.c

index d8a52f1ac19fda4578436c83d9ff1d4223cc7ee6..68b10cc4c2fa41a0bff5e540827f8eaf7b4337a9 100644 (file)
@@ -1271,10 +1271,8 @@ void vp8cx_frame_init_quantizer(VP8_COMP *cpi)
 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 */