[asterisk-commits] file: branch 1.4 r45079 -
/branches/1.4/codecs/lpc10/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Oct 13 11:42:50 MST 2006
Author: file
Date: Fri Oct 13 13:42:49 2006
New Revision: 45079
URL: http://svn.digium.com/view/asterisk?rev=45079&view=rev
Log:
And file said... let the compiler warnings STOP!
Modified:
branches/1.4/codecs/lpc10/analys.c
branches/1.4/codecs/lpc10/bsynz.c
branches/1.4/codecs/lpc10/chanwr.c
branches/1.4/codecs/lpc10/dcbias.c
branches/1.4/codecs/lpc10/decode.c
branches/1.4/codecs/lpc10/deemp.c
branches/1.4/codecs/lpc10/difmag.c
branches/1.4/codecs/lpc10/dyptrk.c
branches/1.4/codecs/lpc10/encode.c
branches/1.4/codecs/lpc10/energy.c
branches/1.4/codecs/lpc10/ham84.c
branches/1.4/codecs/lpc10/hp100.c
branches/1.4/codecs/lpc10/invert.c
branches/1.4/codecs/lpc10/irc2pc.c
branches/1.4/codecs/lpc10/ivfilt.c
branches/1.4/codecs/lpc10/lpcdec.c
branches/1.4/codecs/lpc10/lpcenc.c
branches/1.4/codecs/lpc10/lpcini.c
branches/1.4/codecs/lpc10/lpfilt.c
branches/1.4/codecs/lpc10/median.c
branches/1.4/codecs/lpc10/mload.c
branches/1.4/codecs/lpc10/onset.c
branches/1.4/codecs/lpc10/pitsyn.c
branches/1.4/codecs/lpc10/placea.c
branches/1.4/codecs/lpc10/placev.c
branches/1.4/codecs/lpc10/preemp.c
branches/1.4/codecs/lpc10/prepro.c
branches/1.4/codecs/lpc10/random.c
branches/1.4/codecs/lpc10/rcchk.c
branches/1.4/codecs/lpc10/synths.c
branches/1.4/codecs/lpc10/tbdm.c
branches/1.4/codecs/lpc10/voicin.c
branches/1.4/codecs/lpc10/vparms.c
Modified: branches/1.4/codecs/lpc10/analys.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/analys.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/analys.c (original)
+++ branches/1.4/codecs/lpc10/analys.c Fri Oct 13 13:42:49 2006
@@ -91,18 +91,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:16:01 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -263,18 +263,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:16:01 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -303,18 +303,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:16:01 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/bsynz.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/bsynz.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/bsynz.c (original)
+++ branches/1.4/codecs/lpc10/bsynz.c Fri Oct 13 13:42:49 2006
@@ -57,15 +57,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:18:55 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
@@ -159,15 +159,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:18:55 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
@@ -196,15 +196,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:18:55 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/chanwr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/chanwr.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/chanwr.c (original)
+++ branches/1.4/codecs/lpc10/chanwr.c Fri Oct 13 13:42:49 2006
@@ -39,15 +39,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:20:24 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/dcbias.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/dcbias.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/dcbias.c (original)
+++ branches/1.4/codecs/lpc10/dcbias.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:40:23 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/decode.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/decode.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/decode.c (original)
+++ branches/1.4/codecs/lpc10/decode.c Fri Oct 13 13:42:49 2006
@@ -65,18 +65,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:22:39 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
@@ -209,18 +209,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:22:39 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
@@ -249,18 +249,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:22:39 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/deemp.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/deemp.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/deemp.c (original)
+++ branches/1.4/codecs/lpc10/deemp.c Fri Oct 13 13:42:49 2006
@@ -46,15 +46,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:23:46 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/difmag.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/difmag.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/difmag.c (original)
+++ branches/1.4/codecs/lpc10/difmag.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:14 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:14 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:31 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/dyptrk.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/dyptrk.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/dyptrk.c (original)
+++ branches/1.4/codecs/lpc10/dyptrk.c Fri Oct 13 13:42:49 2006
@@ -56,15 +56,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:25:29 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -151,15 +151,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:25:29 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/encode.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/encode.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/encode.c (original)
+++ branches/1.4/codecs/lpc10/encode.c Fri Oct 13 13:42:49 2006
@@ -52,15 +52,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:21 jaf
* Initial revision
* */
@@ -143,15 +143,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:21 jaf
* Initial revision
* */
@@ -172,15 +172,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:21 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/energy.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/energy.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/energy.c (original)
+++ branches/1.4/codecs/lpc10/energy.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:17 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/ham84.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/ham84.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/ham84.c (original)
+++ branches/1.4/codecs/lpc10/ham84.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:07 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/hp100.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/hp100.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/hp100.c (original)
+++ branches/1.4/codecs/lpc10/hp100.c Fri Oct 13 13:42:49 2006
@@ -48,15 +48,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:28:05 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/invert.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/invert.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/invert.c (original)
+++ branches/1.4/codecs/lpc10/invert.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:00 jaf
* Initial revision
* */
@@ -106,15 +106,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:32:00 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/irc2pc.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/irc2pc.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/irc2pc.c (original)
+++ branches/1.4/codecs/lpc10/irc2pc.c Fri Oct 13 13:42:49 2006
@@ -38,15 +38,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:31:56 jaf
* Initial revision
* */
@@ -97,15 +97,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:31:56 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/ivfilt.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/ivfilt.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/ivfilt.c (original)
+++ branches/1.4/codecs/lpc10/ivfilt.c Fri Oct 13 13:42:49 2006
@@ -41,18 +41,18 @@
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.2 2003/09/19 01:20:22 markster
-/* Code cleanups (bug #66)
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.2 2003/09/19 01:20:22 markster
+ * Code cleanups (bug #66)
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:31:53 jaf
* Initial revision
* */
Modified: branches/1.4/codecs/lpc10/lpcdec.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/lpcdec.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/lpcdec.c (original)
+++ branches/1.4/codecs/lpc10/lpcdec.c Fri Oct 13 13:42:49 2006
@@ -67,15 +67,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:30:11 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -128,15 +128,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:30:11 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -168,15 +168,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:30:11 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/lpcenc.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/lpcenc.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/lpcenc.c (original)
+++ branches/1.4/codecs/lpc10/lpcenc.c Fri Oct 13 13:42:49 2006
@@ -59,15 +59,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:31:21 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
@@ -124,15 +124,15 @@
* Revision 1.15 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.14 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.14 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.1.1.1 2003/02/12 13:59:15 matteo
+ * mer feb 12 14:56:57 CET 2003
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:31:21 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is passed as an
Modified: branches/1.4/codecs/lpc10/lpcini.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/lpc10/lpcini.c?rev=45079&r1=45078&r2=45079&view=diff
==============================================================================
--- branches/1.4/codecs/lpc10/lpcini.c (original)
+++ branches/1.4/codecs/lpc10/lpcini.c Fri Oct 13 13:42:49 2006
@@ -59,21 +59,21 @@
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
-/* Revision 1.5 2003/10/21 18:08:11 markster
-/* Fix include order
-/*
-/* Revision 1.4 2003/10/21 02:57:29 markster
-/* FreeBSD patch, take 2
-/*
-/* Revision 1.3 2003/10/16 21:11:30 martinp
-/* Revert the previous patch since it's braking compilation
-/*
-/* Revision 1.1 2003/02/12 13:59:15 matteo
-/* Initial revision
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.5 2003/10/21 18:08:11 markster
+ * Fix include order
+ *
+ * Revision 1.4 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
+ *
+ * Revision 1.3 2003/10/16 21:11:30 martinp
+ * Revert the previous patch since it's braking compilation
+ *
+ * Revision 1.1 2003/02/12 13:59:15 matteo
+ * Initial revision
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -97,21 +97,21 @@
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
-/* Revision 1.5 2003/10/21 18:08:11 markster
-/* Fix include order
-/*
-/* Revision 1.4 2003/10/21 02:57:29 markster
-/* FreeBSD patch, take 2
-/*
-/* Revision 1.3 2003/10/16 21:11:30 martinp
-/* Revert the previous patch since it's braking compilation
-/*
-/* Revision 1.1 2003/02/12 13:59:15 matteo
-/* Initial revision
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.5 2003/10/21 18:08:11 markster
+ * Fix include order
+ *
+ * Revision 1.4 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
+ *
+ * Revision 1.3 2003/10/16 21:11:30 martinp
+ * Revert the previous patch since it's braking compilation
+ *
+ * Revision 1.1 2003/02/12 13:59:15 matteo
+ * Initial revision
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -135,21 +135,21 @@
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
-/* Revision 1.5 2003/10/21 18:08:11 markster
-/* Fix include order
-/*
-/* Revision 1.4 2003/10/21 02:57:29 markster
-/* FreeBSD patch, take 2
-/*
-/* Revision 1.3 2003/10/16 21:11:30 martinp
-/* Revert the previous patch since it's braking compilation
-/*
-/* Revision 1.1 2003/02/12 13:59:15 matteo
-/* Initial revision
-/*
-/* Revision 1.2 2000/01/05 08:20:39 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.5 2003/10/21 18:08:11 markster
+ * Fix include order
+ *
+ * Revision 1.4 2003/10/21 02:57:29 markster
+ * FreeBSD patch, take 2
+ *
+ * Revision 1.3 2003/10/16 21:11:30 martinp
+ * Revert the previous patch since it's braking compilation
+ *
+ * Revision 1.1 2003/02/12 13:59:15 matteo
+ * Initial revision
+ *
+ * Revision 1.2 2000/01/05 08:20:39 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -292,7 +292,7 @@
st->ivbuf[i] = 0.0f;
}
st->bias = 0.0f;
- /* integer osbuf[10]; /* no initial value necessary */
+ /* integer osbuf[10]; */ /* no initial value necessary */
st->osptr = 1;
for (i = 0; i < 3; i++) {
st->obound[i] = 0;
@@ -316,14 +316,14 @@
/* State used by function onset */
st->n = 0.0f;
st->d__ = 1.0f;
- /* real fpc; /* no initial value necessary */
+ /* real fpc; */ /* no initial value necessary */
for (i = 0; i < 16; i++) {
st->l2buf[i] = 0.0f;
}
st->l2sum1 = 0.0f;
st->l2ptr1 = 1;
st->l2ptr2 = 9;
- /* integer lasti; /* no initial value necessary */
+ /* integer lasti; */ /* no initial value necessary */
st->hyst = FALSE_;
/* State used by function voicin */
@@ -407,11 +407,11 @@
st->buflen = 180;
/* State used by function pitsyn */
- /* ivoico; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
- /* ipito; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
+ /* ivoico; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
+ /* ipito; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
st->rmso = 1.0f;
- /* rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
- /* integer jsamp; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
+ /* rco[10]; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
+ /* integer jsamp; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
st->first_pitsyn = TRUE_;
/* State used by function bsynz */
Modified: branches/1.4/codecs/lpc10/lpfilt.c
[... 649 lines stripped ...]
More information about the asterisk-commits
mailing list