Commit 3ff1a0b4 authored by vaillancour's avatar vaillancour
Browse files

remove obselete comment, keep the code as a safety if someone changes the behavior in a later stage

parent c6928e94
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ void bands_and_bit_alloc(
             * Complete the bit allocation per frequency band for 16kHz high brate mode
             *--------------------------------------------------------------------------*/

            if ( L_frame == L_FRAME16k && core_brate > ACELP_32k ) /* TODO - TBV if applicable */
            if ( L_frame == L_FRAME16k && core_brate > ACELP_32k )
            {
                for ( j = st_band; j < nb_bands; j++ )
                {