Loading lib_dec/ivas_masa_dec.c +3 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,9 @@ ivas_error ivas_masa_decode( } else if ( !st->bfi && ivas_format == MASA_FORMAT && ivas_total_brate == IVAS_SID_5k2 ) { #ifdef NONBE_FIX_1165_STATIC_SCAL_OMASA hMasa->config.input_ivas_format = MASA_FORMAT; /* Default in SID as OMASA does not support SID */ #endif if ( hQMetaData->q_direction == NULL ) { /* replicate ivas_masa_dec_config() in case that first good received frame is SID frame */ Loading Loading
lib_dec/ivas_masa_dec.c +3 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,9 @@ ivas_error ivas_masa_decode( } else if ( !st->bfi && ivas_format == MASA_FORMAT && ivas_total_brate == IVAS_SID_5k2 ) { #ifdef NONBE_FIX_1165_STATIC_SCAL_OMASA hMasa->config.input_ivas_format = MASA_FORMAT; /* Default in SID as OMASA does not support SID */ #endif if ( hQMetaData->q_direction == NULL ) { /* replicate ivas_masa_dec_config() in case that first good received frame is SID frame */ Loading