Commit 84851f62 authored by fotopoulou's avatar fotopoulou Committed by Manuel Jander
Browse files

port fix for issue 1585 from float

parent dcd94aa7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -708,9 +708,7 @@ void ivas_mdct_core_invQ_fx(
    set16_fx( bitsRead, 0, CPE_CHANNELS );
    tmp_concealment_method = 0;
    move16();
#ifdef FIX_1387_INIT_PRM_SQQ
    prm_sqQ = NULL; /* set prm_sqQ to NULL - in case of bfi == 1 it's not set or needed, but it triggers sanitizers */
#endif

    FOR( ch = 0; ch < CPE_CHANNELS; ch++ )
    {