shithub: libvpx

Download patch

ref: 24b3ede251f7a45f37f4c66b466e27de6b49e62f
parent: a4bb5f2a29fc925f0fd033490c1c8ecb54e502c3
author: Marco <[email protected]>
date: Mon Jun 15 10:02:05 EDT 2015

Remove redundant second declaration in svc_layercontext.c

Change-Id: Ia3b1c1db54204fd92a56b7f698a9f26d27ee572a

--- a/vp9/encoder/vp9_svc_layercontext.c
+++ b/vp9/encoder/vp9_svc_layercontext.c
@@ -152,7 +152,6 @@
     }
   } 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;