Commit 186ced20 authored by fotopoulou's avatar fotopoulou
Browse files

redefine condition when CR_FIX_752_OSBA_MISCONFIG_MCT is disabled

parent 437a7c5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2742,6 +2742,8 @@ ivas_error preview_indices(

#ifdef CR_FIX_752_OSBA_MISCONFIG_MCT
            if ( total_brate >= IVAS_256k )
#else
            if ( total_brate > IVAS_256k )
#endif
            {
                st_ivas->sba_order = ( bit_stream[IVAS_FORMAT_SIGNALING_NBITS_EXTENDED + IVAS_COMBINED_FORMAT_SIGNALLING_BITS + 2] == 1 );