Commit 3521fbf8 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

ism SBA 512 kbps dirac mapping fix

parent 172b83fc
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -579,7 +579,11 @@ ivas_error ivas_dirac_dec_config(
    set_s( hDirAC->proto_index_diff, 0, hDirAC->num_outputs_diff );

    hDirAC->sba_map_tc = sba_map_tc;
#ifdef SBA_AND_OBJECTS
    if ( ( st_ivas->ivas_format == SBA_FORMAT ) || ( st_ivas->ivas_format == SBA_ISM_FORMAT ) )
#else
    if ( st_ivas->ivas_format == SBA_FORMAT )
#endif
    {
        if ( st_ivas->sba_order > SBA_FOA_ORDER && ivas_total_brate >= IVAS_512k )
        {