Commit 548d03a3 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

adjust the index buffer size for MASA 48kbps

parent 34f804bc
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -799,7 +799,11 @@ int16_t get_ivas_max_num_indices_metadata( /* o
        }
        else if ( ivas_total_brate <= IVAS_48k )
        {
#ifdef FIX_502_IND_LIST_SIZE
            return 205;
#else
            return 180;
#endif
        }
        else if ( ivas_total_brate <= IVAS_96k )
        {