Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(813)

Unified Diff: modules/audio_coding/neteq/preemptive_expand.c

Issue 9309007: Initialized w16_tmp to 0. (Closed) Base URL: http://git.chromium.org/external/webrtc/src.git@master
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/audio_coding/neteq/preemptive_expand.c
diff --git a/modules/audio_coding/neteq/preemptive_expand.c b/modules/audio_coding/neteq/preemptive_expand.c
index d4e37521684ae17b9e4c8b39d256e2c74e381724..94ef707376ece7da1f8d45afe79d8e054c65c169 100644
--- a/modules/audio_coding/neteq/preemptive_expand.c
+++ b/modules/audio_coding/neteq/preemptive_expand.c
@@ -91,7 +91,7 @@ int WebRtcNetEQ_PreEmptiveExpand(DSPInst_t *inst,
WebRtc_Word16 pw16_corr[PREEMPTIVE_CORR_LEN];
#endif
WebRtc_Word16 w16_decodedMax = 0;
- WebRtc_Word16 w16_tmp;
+ WebRtc_Word16 w16_tmp = 0;
WebRtc_Word16 w16_tmp2;
WebRtc_Word32 w32_tmp;
WebRtc_Word32 w32_tmp2;
@@ -522,4 +522,3 @@ int WebRtcNetEQ_PreEmptiveExpand(DSPInst_t *inst,
#undef SCRATCH_PW16_DS_SPEECH
#undef SCRATCH_PW32_CORR
#undef SCRATCH_PW16_CORR
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698