Commit 9802690c authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_446_STEREO_DMX_CRASH

parent 8114d6b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@

#define HR_METADATA                                     /* Nok: Contribution #45: encode directional MASA metadata with more bits at 384k and 512k */

#define FIX_446_STEREO_DMX_CRASH                        /* FhG: fix discrepancy with EVS code that could cause crashes in rare cases */

#define FIX_386_CORECODER_RECONFIG_2                    /* VA: Issue 386: Resolve remaining ToDo comments in CoreCoder reconfig. */
#define FIX_439_OTR_PARAMS                              /* Philips: Issue 439: orientation tracking parameter aspects. */
+0 −6
Original line number Diff line number Diff line
@@ -444,19 +444,13 @@ void core_signal_analysis_high_bitrate(
                ProcessIGF( st, hTcxEnc->spectrum[frameno], hTcxEnc->spectrum[frameno], powerSpec, transform_type[frameno] == TCX_20, frameno, 0, vad_hover_flag );
            }

#ifndef FIX_446_STEREO_DMX_CRASH
            /* Copy memory */
            mvr2r( lsp_new, st->lspold_enc, M );
#endif
        }
    }
#ifdef FIX_446_STEREO_DMX_CRASH
    if ( st->element_mode != IVAS_CPE_MDCT )
    {
        /* Copy memory */
        mvr2r( lsp_new, st->lspold_enc, M );
    }
#endif

    return;
}