Commit 69cb5f37 authored by fotopoulou's avatar fotopoulou
Browse files

[fix] set switch from DEBUGGING to DEBUG_FORCE_MDCT_STEREO_MODE for debugging...

[fix] set switch from DEBUGGING to DEBUG_FORCE_MDCT_STEREO_MODE for debugging mdct stereo with forcing a stereo mode
parent 7df82f84
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ void stereo_coder_tcx(
    }

    if (
#ifdef DEBUGGING
#ifdef DEBUG_FORCE_MDCT_STEREO_MODE
        hStereoMdct->fDualMono ||
#endif
        ( sts[0]->hTcxEnc->transform_type[0] != sts[1]->hTcxEnc->transform_type[0] ) || ( sts[0]->hTcxEnc->transform_type[1] != sts[1]->hTcxEnc->transform_type[1] ) || ( sts[0]->last_core != sts[1]->last_core && ( sts[0]->last_core == ACELP_CORE || sts[1]->last_core == ACELP_CORE ) ) || sts[0]->last_core == ACELP_CORE || sts[1]->last_core == ACELP_CORE )
@@ -324,7 +324,7 @@ void stereo_coder_tcx(
        pop_wmops();
        return;
    }
#ifdef DEBUGGING
#ifdef DEBUG_FORCE_MDCT_STEREO_MODE
    else if ( hStereoMdct->fMSstereo )
    {
        hStereoMdct->mdct_stereo_mode[0] = SMDCT_MS_FULL;