We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f98df commit 685f59aCopy full SHA for 685f59a
libs/opus/silk/NLSF2A.c
@@ -80,7 +80,7 @@ void silk_NLSF2A(
80
};
81
const unsigned char *ordering;
82
opus_int k, i, dd;
83
- opus_int32 cos_LSF_QA[ SILK_MAX_ORDER_LPC ];
+ opus_int32 cos_LSF_QA[ SILK_MAX_ORDER_LPC ] = {0};
84
opus_int32 P[ SILK_MAX_ORDER_LPC / 2 + 1 ], Q[ SILK_MAX_ORDER_LPC / 2 + 1 ];
85
opus_int32 Ptmp, Qtmp, f_int, f_frac, cos_val, delta;
86
opus_int32 a32_QA1[ SILK_MAX_ORDER_LPC ];
0 commit comments