From: drowe67 Date: Thu, 18 Nov 2010 02:15:08 +0000 (+0000) Subject: minor change to initial condition X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=360bc2e8a05caccb4c0b3ad7b4d420141eeba75d;p=freetel-svn-tracking.git minor change to initial condition git-svn-id: https://svn.code.sf.net/p/freetel/code@240 01035d8c-6547-0410-b346-abe4f91aad63 --- 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;