From: Marco Date: Mon, 15 Jun 2015 21:02:05 +0000 (-0700) Subject: Remove redundant second declaration in svc_layercontext.c X-Git-Tag: v1.5.0~567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24b3ede251f7a45f37f4c66b466e27de6b49e62f;p=libvpx Remove redundant second declaration in svc_layercontext.c Change-Id: Ia3b1c1db54204fd92a56b7f698a9f26d27ee572a --- diff --git a/vp9/encoder/vp9_svc_layercontext.c b/vp9/encoder/vp9_svc_layercontext.c index cb1b0df4c..1b35ac9b6 100644 --- a/vp9/encoder/vp9_svc_layercontext.c +++ b/vp9/encoder/vp9_svc_layercontext.c @@ -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;