aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 18:42:49 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 18:42:49 +0000
commit12a2bbabfb286e7448f6783c74e3f65a4d6d8b82 (patch)
treec0e90b92d28afba4ec334ff3cbad30ed4c8ef325 /codecs
parent870b7de7c165135da5866a715f3bddfa57648204 (diff)
And file said... let the compiler warnings STOP!
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@45079 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/lpc10/analys.c72
-rw-r--r--codecs/lpc10/bsynz.c54
-rw-r--r--codecs/lpc10/chanwr.c18
-rw-r--r--codecs/lpc10/dcbias.c18
-rw-r--r--codecs/lpc10/decode.c72
-rw-r--r--codecs/lpc10/deemp.c18
-rw-r--r--codecs/lpc10/difmag.c18
-rw-r--r--codecs/lpc10/dyptrk.c36
-rw-r--r--codecs/lpc10/encode.c54
-rw-r--r--codecs/lpc10/energy.c18
-rw-r--r--codecs/lpc10/ham84.c18
-rw-r--r--codecs/lpc10/hp100.c18
-rw-r--r--codecs/lpc10/invert.c36
-rw-r--r--codecs/lpc10/irc2pc.c36
-rw-r--r--codecs/lpc10/ivfilt.c24
-rw-r--r--codecs/lpc10/lpcdec.c54
-rw-r--r--codecs/lpc10/lpcenc.c36
-rw-r--r--codecs/lpc10/lpcini.c104
-rw-r--r--codecs/lpc10/lpfilt.c18
-rw-r--r--codecs/lpc10/median.c18
-rw-r--r--codecs/lpc10/mload.c18
-rw-r--r--codecs/lpc10/onset.c36
-rw-r--r--codecs/lpc10/pitsyn.c48
-rw-r--r--codecs/lpc10/placea.c30
-rw-r--r--codecs/lpc10/placev.c24
-rw-r--r--codecs/lpc10/preemp.c18
-rw-r--r--codecs/lpc10/prepro.c18
-rw-r--r--codecs/lpc10/random.c18
-rw-r--r--codecs/lpc10/rcchk.c18
-rw-r--r--codecs/lpc10/synths.c72
-rw-r--r--codecs/lpc10/tbdm.c18
-rw-r--r--codecs/lpc10/voicin.c48
-rw-r--r--codecs/lpc10/vparms.c18
33 files changed, 562 insertions, 562 deletions
diff --git a/codecs/lpc10/analys.c b/codecs/lpc10/analys.c
index 3fa21f22b..50e95703d 100644
--- a/codecs/lpc10/analys.c
+++ b/codecs/lpc10/analys.c
@@ -91,18 +91,18 @@ static integer c__1 = 1;
* 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 @@ static integer c__1 = 1;
* 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 @@ static integer c__1 = 1;
* 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
diff --git a/codecs/lpc10/bsynz.c b/codecs/lpc10/bsynz.c
index 89e978de6..daf9105d6 100644
--- a/codecs/lpc10/bsynz.c
+++ b/codecs/lpc10/bsynz.c
@@ -57,15 +57,15 @@ extern struct {
* 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 @@ extern struct {
* 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 @@ extern struct {
* 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
diff --git a/codecs/lpc10/chanwr.c b/codecs/lpc10/chanwr.c
index f35efd179..cefcdd145 100644
--- a/codecs/lpc10/chanwr.c
+++ b/codecs/lpc10/chanwr.c
@@ -39,15 +39,15 @@ Some OSS fixes and a few lpc changes to make it actually work
* 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
diff --git a/codecs/lpc10/dcbias.c b/codecs/lpc10/dcbias.c
index 62d774428..d5a7d644f 100644
--- a/codecs/lpc10/dcbias.c
+++ b/codecs/lpc10/dcbias.c
@@ -38,15 +38,15 @@ extern int dcbias_(integer *len, real *speech, real *sigout);
* 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
* */
diff --git a/codecs/lpc10/decode.c b/codecs/lpc10/decode.c
index 460c61d76..08b8b9192 100644
--- a/codecs/lpc10/decode.c
+++ b/codecs/lpc10/decode.c
@@ -65,18 +65,18 @@ static integer c__2 = 2;
* 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 @@ static integer c__2 = 2;
* 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 @@ static integer c__2 = 2;
* 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
diff --git a/codecs/lpc10/deemp.c b/codecs/lpc10/deemp.c
index 067bd1137..c3b5909ff 100644
--- a/codecs/lpc10/deemp.c
+++ b/codecs/lpc10/deemp.c
@@ -46,15 +46,15 @@ extern int deemp_(real *x, integer *n, struct lpc10_decoder_state *st);
* 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
diff --git a/codecs/lpc10/difmag.c b/codecs/lpc10/difmag.c
index d8d854fae..ab59e8c9a 100644
--- a/codecs/lpc10/difmag.c
+++ b/codecs/lpc10/difmag.c
@@ -38,15 +38,15 @@ extern int difmag_(real *speech, integer *lpita, integer *tau, integer *ltau, in
* 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
* */
diff --git a/codecs/lpc10/dyptrk.c b/codecs/lpc10/dyptrk.c
index 4a4b1a14f..216b55994 100644
--- a/codecs/lpc10/dyptrk.c
+++ b/codecs/lpc10/dyptrk.c
@@ -56,15 +56,15 @@ extern struct {
* 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 @@ extern struct {
* 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
diff --git a/codecs/lpc10/encode.c b/codecs/lpc10/encode.c
index ed48cbf66..b81799f6b 100644
--- a/codecs/lpc10/encode.c
+++ b/codecs/lpc10/encode.c
@@ -52,15 +52,15 @@ static integer c__2 = 2;
* 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 @@ static integer c__2 = 2;
* 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 @@ static integer c__2 = 2;
* 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
* */
diff --git a/codecs/lpc10/energy.c b/codecs/lpc10/energy.c
index fcc93fd00..eada04bef 100644
--- a/codecs/lpc10/energy.c
+++ b/codecs/lpc10/energy.c
@@ -38,15 +38,15 @@ extern int energy_(integer *len, real *speech, real *rms);
* 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
* */
diff --git a/codecs/lpc10/ham84.c b/codecs/lpc10/ham84.c
index 9281d75d2..fddd8f3c0 100644
--- a/codecs/lpc10/ham84.c
+++ b/codecs/lpc10/ham84.c
@@ -38,15 +38,15 @@ extern int ham84_(integer *input, integer *output, integer *errcnt);
* 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
* */
diff --git a/codecs/lpc10/hp100.c b/codecs/lpc10/hp100.c
index 7693a4764..9df9e5939 100644
--- a/codecs/lpc10/hp100.c
+++ b/codecs/lpc10/hp100.c
@@ -48,15 +48,15 @@ extern int inithp100_(void);
* 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
diff --git a/codecs/lpc10/invert.c b/codecs/lpc10/invert.c
index 1eb1079ee..912117f9c 100644
--- a/codecs/lpc10/invert.c
+++ b/codecs/lpc10/invert.c
@@ -38,15 +38,15 @@ extern int invert_(integer *order, real *phi, real *psi, real *rc);
* 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 @@ extern int invert_(integer *order, real *phi, real *psi, real *rc);
* 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
* */
diff --git a/codecs/lpc10/irc2pc.c b/codecs/lpc10/irc2pc.c
index 8150c930d..b96ff0d66 100644
--- a/codecs/lpc10/irc2pc.c
+++ b/codecs/lpc10/irc2pc.c
@@ -38,15 +38,15 @@ extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pas
* 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 @@ extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pas
* 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
* */
diff --git a/codecs/lpc10/ivfilt.c b/codecs/lpc10/ivfilt.c
index f964064e8..784de2571 100644
--- a/codecs/lpc10/ivfilt.c
+++ b/codecs/lpc10/ivfilt.c
@@ -41,18 +41,18 @@ extern int ivfilt_(real *lpbuf, real *ivbuf, integer *len, integer *nsamp, real
* 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
* */
diff --git a/codecs/lpc10/lpcdec.c b/codecs/lpc10/lpcdec.c
index 39be6e452..dd859ffce 100644
--- a/codecs/lpc10/lpcdec.c
+++ b/codecs/lpc10/lpcdec.c
@@ -67,15 +67,15 @@ static integer c__10 = 10;
* 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 @@ static integer c__10 = 10;
* 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 @@ static integer c__10 = 10;
* 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
diff --git a/codecs/lpc10/lpcenc.c b/codecs/lpc10/lpcenc.c
index 09924bd9e..989a2defd 100644
--- a/codecs/lpc10/lpcenc.c
+++ b/codecs/lpc10/lpcenc.c
@@ -59,15 +59,15 @@ static integer c__10 = 10;
* 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 @@ static integer c__10 = 10;
* 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
diff --git a/codecs/lpc10/lpcini.c b/codecs/lpc10/lpcini.c
index b8dba94f5..ebe229a5c 100644
--- a/codecs/lpc10/lpcini.c
+++ b/codecs/lpc10/lpcini.c
@@ -59,21 +59,21 @@ struct {
* 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 @@ struct {
* 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 @@ struct {
* 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 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st)
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 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st)
/* 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 @@ void init_lpc10_decoder_state(struct lpc10_decoder_state *st)
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 */
diff --git a/codecs/lpc10/lpfilt.c b/codecs/lpc10/lpfilt.c
index f83e40155..375528921 100644
--- a/codecs/lpc10/lpfilt.c
+++ b/codecs/lpc10/lpfilt.c
@@ -38,15 +38,15 @@ extern int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer *nsamp);
* 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:35 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/median.c b/codecs/lpc10/median.c
index ed4e2819d..383c46e89 100644
--- a/codecs/lpc10/median.c
+++ b/codecs/lpc10/median.c
@@ -38,15 +38,15 @@ extern integer median_(integer *d1, integer *d2, integer *d3);
* 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:31 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/mload.c b/codecs/lpc10/mload.c
index 749646097..1cdb0647c 100644
--- a/codecs/lpc10/mload.c
+++ b/codecs/lpc10/mload.c
@@ -38,15 +38,15 @@ extern int mload_(integer *order, integer *awins, integer *awinf, real *speech,
* 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:25 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/onset.c b/codecs/lpc10/onset.c
index 8cb82f822..ddca3b477 100644
--- a/codecs/lpc10/onset.c
+++ b/codecs/lpc10/onset.c
@@ -50,15 +50,15 @@ static real c_b2 = 1.f;
* 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:37:55 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
@@ -158,15 +158,15 @@ static real c_b2 = 1.f;
* 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:37:55 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
diff --git a/codecs/lpc10/pitsyn.c b/codecs/lpc10/pitsyn.c
index 2d9c161b9..ea8177e22 100644
--- a/codecs/lpc10/pitsyn.c
+++ b/codecs/lpc10/pitsyn.c
@@ -49,18 +49,18 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* 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.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * 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:40:12 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
@@ -164,18 +164,18 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* 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.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * 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:40:12 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
diff --git a/codecs/lpc10/placea.c b/codecs/lpc10/placea.c
index 9464fb792..dacb50e7a 100644
--- a/codecs/lpc10/placea.c
+++ b/codecs/lpc10/placea.c
@@ -44,21 +44,21 @@ extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *a
* 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.3 2001/04/12 21:27:53 markh
-/* app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
-/*
-/* 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.3 2001/04/12 21:27:53 markh
+ * app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
+ *
+ * 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:07 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/placev.c b/codecs/lpc10/placev.c
index a11319cb1..56e72c4b8 100644
--- a/codecs/lpc10/placev.c
+++ b/codecs/lpc10/placev.c
@@ -41,18 +41,18 @@ extern int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obou
* 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.3 2001/04/12 21:27:53 markh
-/* app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
-/*
-/* 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.3 2001/04/12 21:27:53 markh
+ * app_record now supports wildcards of sort so your output file is not overwritten every time it's run. File.h got a documentation update on the ast_fileexists to include the return call. Watch out for the placea.c placev.c code, it's updates have not been tested yet. Just a few parenthesis to make it compile nicer on newer gcc versions with all the -W flags set.
+ *
+ * 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:02 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/preemp.c b/codecs/lpc10/preemp.c
index cc27f7baa..645428c3c 100644
--- a/codecs/lpc10/preemp.c
+++ b/codecs/lpc10/preemp.c
@@ -38,15 +38,15 @@ extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z
* 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:30:58 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/prepro.c b/codecs/lpc10/prepro.c
index 8f3d5380e..d24ce0da3 100644
--- a/codecs/lpc10/prepro.c
+++ b/codecs/lpc10/prepro.c
@@ -52,15 +52,15 @@ static integer c__1 = 1;
* 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:40:51 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
diff --git a/codecs/lpc10/random.c b/codecs/lpc10/random.c
index ef5876f15..0f8e9b209 100644
--- a/codecs/lpc10/random.c
+++ b/codecs/lpc10/random.c
@@ -46,15 +46,15 @@ extern integer random_(struct lpc10_decoder_state *st);
* 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:41:32 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
diff --git a/codecs/lpc10/rcchk.c b/codecs/lpc10/rcchk.c
index 16fe9b930..6cb76ef7d 100644
--- a/codecs/lpc10/rcchk.c
+++ b/codecs/lpc10/rcchk.c
@@ -38,15 +38,15 @@ extern int rcchk_(integer *order, real *rc1f, real *rc2f);
* 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:30:41 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/synths.c b/codecs/lpc10/synths.c
index 736d54b65..4c5a70fac 100644
--- a/codecs/lpc10/synths.c
+++ b/codecs/lpc10/synths.c
@@ -70,18 +70,18 @@ static real c_b2 = .7f;
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* Revision 1.2 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* 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/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * Revision 1.2 2003/09/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * 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:42:59 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,18 +196,18 @@ static real c_b2 = .7f;
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* Revision 1.2 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* 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/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * Revision 1.2 2003/09/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * 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:42:59 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
@@ -236,18 +236,18 @@ static real c_b2 = .7f;
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* Revision 1.2 2003/09/27 02:45:37 markster
-/* Fix various compiler warnings (bug #322)
-/*
-/* 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/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * Revision 1.2 2003/09/27 02:45:37 markster
+ * Fix various compiler warnings (bug #322)
+ *
+ * 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:42:59 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
diff --git a/codecs/lpc10/tbdm.c b/codecs/lpc10/tbdm.c
index 3e206de34..2f6f3d692 100644
--- a/codecs/lpc10/tbdm.c
+++ b/codecs/lpc10/tbdm.c
@@ -39,15 +39,15 @@ extern int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real
* 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:40 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:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:30:26 jaf
* Initial revision
* */
diff --git a/codecs/lpc10/voicin.c b/codecs/lpc10/voicin.c
index 02e4d409c..3605d2f2e 100644
--- a/codecs/lpc10/voicin.c
+++ b/codecs/lpc10/voicin.c
@@ -60,18 +60,18 @@ extern struct {
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* 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:40 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * 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:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:45:00 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
@@ -311,18 +311,18 @@ s*/
* Revision 1.16 2004/06/26 03:50:14 markster
* Merge source cleanups (bug #1911)
*
-/* Revision 1.15 2003/11/23 22:14:32 markster
-/* Various warning cleanups
-/*
-/* 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:40 markster
-/* Some OSS fixes and a few lpc changes to make it actually work
-/*
+ * Revision 1.15 2003/11/23 22:14:32 markster
+ * Various warning cleanups
+ *
+ * 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:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.2 1996/08/20 20:45:00 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
diff --git a/codecs/lpc10/vparms.c b/codecs/lpc10/vparms.c
index fe80f8767..c75b1b17d 100644
--- a/codecs/lpc10/vparms.c
+++ b/codecs/lpc10/vparms.c
@@ -42,15 +42,15 @@ static real c_b2 = 1.f;
* 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:40 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:40 markster
+ * Some OSS fixes and a few lpc changes to make it actually work
+ *
* Revision 1.1 1996/08/19 22:30:04 jaf
* Initial revision
* */