@@ -320,7 +320,7 @@ int16_t get_max_num_indices( /* o : maximum numb
}
else
{
return700;
return760;
}
}
elseif(ivas_format==SBA_FORMAT)
@@ -518,7 +518,7 @@ ivas_error push_indice(
if(hBstr->nb_ind_tot>=hBstr->max_num_indices)
{
#ifdef DEBUGGING
DEBUG_LINE(1)
DEBUG_LINE(0)
printf("Warning: Maximum number of indices %d has been exceeded (frame %d)! Increase the limits in get_max_num_indices() or get_max_num_indices_metadata().\n",hBstr->max_num_indices,frame);
#endif
@@ -651,7 +651,7 @@ ivas_error push_next_indice(
if(hBstr->nb_ind_tot>=hBstr->max_num_indices)
{
#ifdef DEBUGGING
DEBUG_LINE(1)
DEBUG_LINE(0)
printf("Warning: Maximum number of indices %d has been exceeded (frame %d)! Increase the limits in get_max_num_indices() or get_max_num_indices_metadata().\n",hBstr->max_num_indices,frame);
#endif
@@ -728,7 +728,7 @@ void push_next_bits(
#ifdef IND_LIST_DYN
ptr=&hBstr->ind_list[hBstr->nb_ind_tot];
/* get the id of the previous indice -> will be re-used here as well */
/* get the id of the previous indice -> will be re-used */
if(hBstr->nb_ind_tot>0)
{
prev_id=hBstr->ind_list[hBstr->nb_ind_tot-1].id;
@@ -762,17 +762,22 @@ void push_next_bits(
if(hBstr->nb_ind_tot>=hBstr->max_num_indices)
{
#ifdef DEBUGGING
DEBUG_LINE(1)
DEBUG_LINE(0)
printf("Warning: Maximum number of indices %d has been exceeded (frame %d)! Increase the limits in get_max_num_indices() or get_max_num_indices_metadata().\n",hBstr->max_num_indices,frame);
#endif
/* reallocate the buffer of indices with increased limit */
printf("Warning: Maximum number of indices %d has been exceeded (frame %d)! Increase the limits in get_max_num_indices() or get_max_num_indices_metadata().\n",hBstr->max_num_indices,frame);
#endif
/* reallocate the buffer of indices with increased limit */