Commit 9dcdba30 authored by vaclav's avatar vaclav
Browse files

re-enable DEBUGGING switch

parent 54ec1fe8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
/* ################### Start DEBUGGING switches ########################### */

#ifndef RELEASE
//#define DEBUGGING                               /* Activate debugging part of the code */
#define DEBUGGING                               /* Activate debugging part of the code */
#endif
/*#define WMOPS*/                               /* Activate complexity and memory counters */
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */
+1 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,7 @@ ivas_error IVAS_DEC_VoIP_GetSamples(
    {
#ifdef DEBUGGING
#ifdef VARIABLE_SPEED_DECODING
        if ( hVoIP->mode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame )
        if ( hVoIP->voipMode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame )
        {
            /* we need another bs frame fed into the decoder...*/
            *sampleAvailableNext = 0;