Commit 19699f4f authored by vaclav's avatar vaclav
Browse files

fix

parent 879c77f1
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -1874,7 +1874,7 @@ static ivas_error IVAS_DEC_Setup(
                return error;
            }
#ifdef DEBUGGING
            int16_t a = 0; // this is just to help the clang-formatting keep alignments correct
            (void) a; // this is just to help the clang-formatting keep alignments correct
#endif
        }

@@ -5409,9 +5409,6 @@ static ivas_error evs_dec_main_fx(

        FOR( ch = 0; ch < st_ivas->hDecoderConfig->nchan_out; ch++ )
        {
#ifdef DEBUGGING
            st_ivas->noClipping +=
#endif
            ivas_syn_output_f_fx( &p_output_fx[ch], nOutSamples, 1, pcm_buf_local );

            Copy32( pcm_buf_local, p_output_fx[ch], nOutSamples );