shithub: opus

Download patch

ref: a3798d9b13033ac6d89e7130efe1db277a7d105a
parent: 0dbd0ca3e63064cf5108d716f96e4bbbe21c160d
author: Koen Vos <[email protected]>
date: Fri Oct 28 17:07:17 EDT 2011

comment

--- a/silk/float/pitch_analysis_core_FLP.c
+++ b/silk/float/pitch_analysis_core_FLP.c
@@ -279,7 +279,7 @@
     /*********************************************************************************
     * Find energy of each subframe projected onto its history, for a range of delays
     *********************************************************************************/
-    silk_memset( C, 0, PE_MAX_NB_SUBFR*((PE_MAX_LAG >> 1) + 5) * sizeof(silk_float)); /* Is this needed?*/
+    silk_memset( C, 0, PE_MAX_NB_SUBFR*((PE_MAX_LAG >> 1) + 5) * sizeof(silk_float));
 
     if( Fs_kHz == 8 ) {
         target_ptr = &frame[ PE_LTP_MEM_LENGTH_MS * 8 ];