Remove redundant second declaration in svc_layercontext.c

Change-Id: Ia3b1c1db54204fd92a56b7f698a9f26d27ee572a
This commit is contained in:
Marco 2015-06-15 14:02:05 -07:00
Родитель a4bb5f2a29
Коммит 24b3ede251
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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;