Loading lib_dec/ivas_init_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
lib_dec/ivas_init_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading