minor change to initial condition
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 18 Nov 2010 02:15:08 +0000 (02:15 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 18 Nov 2010 02:15:08 +0000 (02:15 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@240 01035d8c-6547-0410-b346-abe4f91aad63

codec2/src/phase.c

index 2349c3f56d701c64f71680d86a85d0384bbe503a..4a1cade2030dde5402cf511148a52f8bfd391eb6 100644 (file)
@@ -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;