Commit 20e0bd75 authored by vaclav's avatar vaclav
Browse files

comment

parent 034a4dc1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5669,7 +5669,7 @@ static ivas_error evs_dec_main_fx(
#ifdef LIB_DEC_REVISION
    IF( st_ivas->hDecoderConfig->Opt_tsm )
    {
        /* BE workaround: in order to keep EVS bit-exact wrt. TS 26.443, convert 'float' output data to 'short' before the TSM */
        /* BE workaround: in order to keep EVS bit-exact wrt. TS 26.443, convert 'float' output data to 'short' before the TSM */ // TODO: verify if it is still needed and if it works well for EVS stereo panning output
#ifdef JBM_MEMORY_OPT
        Word32 pcm_buf_local[CPE_CHANNELS * L_FRAME48k];
#else