Commit f6e4d841 authored by vaclav's avatar vaclav
Browse files

correct comments

parent c42babc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
/*MCT Debug switches*/
/*#define DEBUG_FORCE_MCT_CP*/                  /* force MCT Stereo pairs for verification with SPAR */
#ifdef DEBUG_FORCE_MCT_CP
/*#define DEBUG_SINGLE_CODE_OMNI*/              /* force 3 TC SBA always code W channel separatelly   */
/*#define DEBUG_SINGLE_CODE_OMNI*/              /* force 3 TC SBA always code W channel separately   */
#endif

/*PLC Debug switches*/
+1 −1
Original line number Diff line number Diff line
@@ -1057,7 +1057,7 @@ static ivas_error ivas_mc_dec_reconfig(


    /*-----------------------------------------------------------------*
     * Allocate the LFE handle that is coded separatelly after the allocation of the core coders
     * Allocate the LFE handle that is coded separately after the allocation of the core coders
     *-----------------------------------------------------------------*/
    if ( ( st_ivas->mc_mode == MC_MODE_MCT || st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && st_ivas->hLFE == NULL )
    {
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ ivas_error ivas_mct_enc(
    /* set coded audio band-width */
    switch_bw = set_bw_mct( st_ivas->hCPE, st_ivas->nCPE );

    /*for MC and MCT remove pointer to LFE input that has been processed separatelly */
    /*for MC and MCT remove pointer to LFE input that has been processed separately */
    map_input_to_cpe_channels( st_ivas, pdata, data );

    /* pre-processing */