Commit cf6a0128 authored by vaclav's avatar vaclav
Browse files

comments: // ... -> /* ... */

parent eede2327
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static void calc_poc(
    freq_8k = L_FRAME16k / 2;
    freq_ipd_max = (int16_t) ( freq_8k * 5000.0f / ( 8000.0f * STEREO_DMX_EVS_SUBBAND_SIZE ) );

    // Memorize the filters N-1
    /* Memorize the filters N-1 */
    for ( n = 0; n < CPE_CHANNELS; n++ )
    {
        if ( hPHA->p_curr_taps[n] )