From 360bc2e8a05caccb4c0b3ad7b4d420141eeba75d Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 18 Nov 2010 02:15:08 +0000 Subject: [PATCH] minor change to initial condition git-svn-id: https://svn.code.sf.net/p/freetel/code@240 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/src/phase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2/src/phase.c b/codec2/src/phase.c index 2349c3f5..4a1cade2 100644 --- a/codec2/src/phase.c +++ b/codec2/src/phase.c @@ -199,7 +199,7 @@ void phase_synth_zero_order( COMP A_[MAX_AMP]; /* synthesised harmonic samples */ COMP H[MAX_AMP]; /* LPC freq domain samples */ float G; - float jitter; + float jitter = 0.0; float r; int b; -- 2.25.1