Commit c971be17 authored by sagnowski's avatar sagnowski
Browse files

Remove old TODO comment

parent 390eec42
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1980,7 +1980,6 @@ void lc3plusTimeAlignCldfbPoseCorr(
            }

            /* Delay existing columns by 2 slots */
            /*TODO : shouldnt the delay be 7.5 ms ?  5ms + LC3plus delay */
            for ( slot_idx = CLDFB_NO_COL_MAX - 2 - 1; slot_idx >= 0; --slot_idx )
            {
                mvr2r( Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx], Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx + 2], CLDFB_NO_CHANNELS_MAX );