Commit 3bcd795b authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix one comparison in BASOP

parent 4fa524e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ ivas_error ivas_dec_setup(
            /* read Ambisonic (SBA) order */
#ifdef NONBE_FIX_SBA_SIGNALING_BITS_B
            /* read the real Ambisonic order when the above bits are used to signal OSBA format */
            if ( LT_16( ivas_total_brate, IVAS_24k4 ) )
            if ( LT_32( ivas_total_brate, IVAS_24k4 ) )
            {
                st_ivas->sba_order = st_ivas->bit_stream[num_bits_read + 1];
                st_ivas->sba_order += 2 * st_ivas->bit_stream[num_bits_read];