Remove redundant second declaration in svc_layercontext.c
authorMarco <marpan@chromium.org>
Mon, 15 Jun 2015 21:02:05 +0000 (14:02 -0700)
committerMarco <marpan@chromium.org>
Mon, 15 Jun 2015 21:06:43 +0000 (14:06 -0700)
Change-Id: Ia3b1c1db54204fd92a56b7f698a9f26d27ee572a

vp9/encoder/vp9_svc_layercontext.c

index cb1b0df..1b35ac9 100644 (file)
@@ -152,7 +152,6 @@ void vp9_update_layer_context_change_config(VP9_COMP *const cpi,
     }
   } else {
     int layer_end;
-    float bitrate_alloc = 1.0;
 
     if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
       layer_end = svc->number_temporal_layers;