Commit c39a37b3 authored by malenov's avatar malenov
Browse files

increase the max number of indices of HOA3 metadata at 32 kbps

parent 0b83063d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -764,11 +764,11 @@ int16_t get_ivas_max_num_indices_metadata( /* o : max
        }
        else if ( ivas_total_brate <= IVAS_32k )
        {
            return 250;
            return 300;
        }
        else if ( ivas_total_brate <= IVAS_192k )
        {
            return 300;
            return 500;
        }
        else if ( ivas_total_brate <= IVAS_256k )
        {