Commit fe94b2b5 authored by bayers's avatar bayers
Browse files

remove code only needed for debugging

parent 7335b242
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1577,9 +1577,6 @@ static bool parseCmdlIVAS_dec(
    }

    if ( ( !arg->enableHeadRotation ) && ( !arg->enableExternalOrientation )
#ifdef VARIABLE_SPEED_DECODING
         && ( !arg->tsmEnabled )
#endif
    )
    {
        arg->enable5ms = false;
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@
/*#define DEBUG_BINAURAL_FILTER_DESIGN*/        /* debugging of Crend binaural filter design */
/*#define DEBUG_AGC_ENCODER_CMD_OPTION*/        /* Ability to force enable or disable AGC behaviour in DIRAC/SPAR via command line option */
/*#define DEBUG_JBM_CMD_OPTION*/                /* ability for telling the decoder the frontend fetch size and to not delay compensate for bad frames at the beginning */
#define VARIABLE_SPEED_DECODING                 /* variable speed decoding employing the JBM functioniality; move to DEBUGGING after build for disabled is fixed */
/*#define VARIABLE_SPEED_DECODING*/             /* variable speed decoding employing the JBM functioniality; move to DEBUGGING after build for disabled is fixed */

/*Split Rendering Debug switches*/
/*#define DBG_WAV_WRITER*/                      /* add debugging function dbgwrite_wav() */