Commit 183b9037 authored by sagnowski's avatar sagnowski
Browse files

Fix build with DEBUGGING enabled

parent 1ab8a5a1
Loading
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -1626,9 +1626,6 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream(
            ivas_limiter_dec_fx( st_ivas->hLimiter, p_head_pose_buf, st_ivas->hDecoderConfig->nchan_out, numSamplesPerChannelToOutput, st_ivas->BER_detect, Q11 );
        }

#ifdef DEBUGGING
        st_ivas->noClipping +=
#endif
        ivas_syn_output_fx( p_head_pose_buf, Q11, numSamplesPerChannelToOutput, st_ivas->hDecoderConfig->nchan_out, (int16_t *) pcmBuf_out );
    }
#else
@@ -4865,9 +4862,6 @@ ivas_error IVAS_DEC_VoIP_GetSamples
                ivas_limiter_dec_fx( st_ivas->hLimiter, p_head_pose_buf, st_ivas->hDecoderConfig->nchan_out, *nSamplesRendered, st_ivas->BER_detect, Q11 );
            }

#ifdef DEBUGGING
            st_ivas->noClipping +=
#endif
            ivas_syn_output_fx( p_head_pose_buf, Q11, *nSamplesRendered, st_ivas->hDecoderConfig->nchan_out, (int16_t *) pcmBuf );
        }
    }