Commit 4ec82b09 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove commented defines and clang-format

parent bcf96f35
Loading
Loading
Loading
Loading
Loading
+50 −52
Original line number Diff line number Diff line
@@ -699,5 +699,3 @@ ivas_error IVAS_LC3PLUS_DEC_Conceal(

    return IVAS_LC3PLUS_DEC_Decode_or_Conceal_internal( handle, bitstream_in, 0, badFrameIndicator, pcm_out );
}

+1 −8
Original line number Diff line number Diff line
@@ -40,13 +40,6 @@
#include "ivas_lc3plus_common.h"
#include "ivas_cnst.h"

#ifdef DEBUGGING
/* if defined, collects runtime stats and prints them in the DTOR */
// #define LC3PLUS_DEC_COLLECT_STATS
/* if defined, caching can be disabled, otherwise it's always active */
// #define LC3PLUS_DEC_ALLOW_DISABLE_CACHING
#endif

typedef enum
{
    DEC_ACTION_DECODE_AND_DROP = 0,