Commit 24f08b26 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

adjust the metadata index buffer size for McMASA 32-64kbps

parent 548d03a3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -870,7 +870,11 @@ int16_t get_ivas_max_num_indices_metadata( /* o
        }
        else if ( ivas_total_brate <= IVAS_64k )
        {
#ifdef FIX_502_IND_LIST_SIZE
            return 210;
#else
            return 200;
#endif
        }
        else if ( ivas_total_brate <= IVAS_96k )
        {