Commit 924ec18d authored by advasila's avatar advasila
Browse files

check secondary ch bitrate in inactive mode

parent 0dfdd419
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -420,6 +420,15 @@ void tdm_bit_alloc(
            *total_brate_sec += 100;
        }
    }
#ifdef FIX_751_MASA_TD_BITRATE_CHECK
    else
    {
        if ( *total_brate_sec == PPP_NELP_2k80 || *total_brate_sec == SID_2k40 )
        {
            *total_brate_sec += 100;
        }
    }
#endif
    *total_brate_pri = element_brate_wo_meta - *total_brate_sec;

    return;
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@

#define FIX_718_JBM_MD_UDPATE                           /* Fhg: fix issue #718, wrong setting of the update flag in the TD obj renderer in the JBM path */
#define FIX_719_CRASH_IN_CLEANUP                        /* VA: issue 719: fix Decoder crash after call to goto to cleanup */

#define FIX_751_MASA_TD_BITRATE_CHECK                   /* Nokia: issue 751: prevents secondary channel to take reserved bitrate if not DTX mode */

/* ################## End BE DEVELOPMENT switches ######################### */