Loading lib_com/bitstream.c +1 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ ivas_error ind_list_realloc( /* move indices from the old list to the new list */ i = 0; while ( hBstr->ind_list[i].nb_bits > 0 ) while ( hBstr->ind_list[i].nb_bits > 0 && i < hBstr->max_num_indices ) { new_ind_list[i].id = hBstr->ind_list[i].id; new_ind_list[i].value = hBstr->ind_list[i].value; Loading Loading
lib_com/bitstream.c +1 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ ivas_error ind_list_realloc( /* move indices from the old list to the new list */ i = 0; while ( hBstr->ind_list[i].nb_bits > 0 ) while ( hBstr->ind_list[i].nb_bits > 0 && i < hBstr->max_num_indices ) { new_ind_list[i].id = hBstr->ind_list[i].id; new_ind_list[i].value = hBstr->ind_list[i].value; Loading