Loading lib_dec/ivas_init_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -480,7 +480,11 @@ ivas_error ivas_dec_setup( num_bits_read += SBA_ORDER_BITS; /* read Ambisonic (SBA) order */ #ifdef NONBE_FIX_ISM_XOVER_BR if ( ivas_total_brate < IVAS_OSBA_DISCRETE_ISM_MIN_BR ) #else if ( ivas_total_brate < IVAS_256k ) #endif { st_ivas->sba_order = 3; } Loading Loading
lib_dec/ivas_init_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -480,7 +480,11 @@ ivas_error ivas_dec_setup( num_bits_read += SBA_ORDER_BITS; /* read Ambisonic (SBA) order */ #ifdef NONBE_FIX_ISM_XOVER_BR if ( ivas_total_brate < IVAS_OSBA_DISCRETE_ISM_MIN_BR ) #else if ( ivas_total_brate < IVAS_256k ) #endif { st_ivas->sba_order = 3; } Loading