Commit 8c3006b9 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

doc: wrap changes into the new switch NONBE_FIX_871_ACELP_CRASH_IN_OSBA

parent f52942aa
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -334,7 +334,11 @@ void ivas_get_dirac_sba_max_md_bits(
    else if ( sba_total_brate <= IVAS_24k4 )
    {
        *bits_frame_nominal = ACELP_16k40 / FRAMES_PER_SEC;
#ifdef NONBE_FIX_871_ACELP_CRASH_IN_OSBA
        *metadata_max_bits = 101;
#else
        *metadata_max_bits = 103;
#endif
    }
    else if ( sba_total_brate <= IVAS_32k )
    {
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@
#define NONBE_UNIFIED_DECODING_PATHS                          /* FhG: unify decoding paths   */
#define NONBE_FIX_836_PARAMUPMIX_HEADROT                      /* Dlb: issue #836: Resolve "ParamUpmix MC to SBA conversion done on the already binaurlized output" */
#define NONBE_FIX_874_OMASA_BRSW_2TD                          /* Nokia: issue 874: Fixes the crashes with the long test vectors that prompted switching to TD*/
#define NONBE_FIX_871_ACELP_CRASH_IN_OSBA                     /* FhG: isse 871: crash in ACELP core encoder with OSBA */

/* ##################### End NON-BE switches ########################### */