summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libspeex/oggframing.c2
-rw-r--r--apps/codecs/libspeex/smallft.c2
-rw-r--r--apps/codecs/libspeex/smallft.h2
-rw-r--r--apps/codecs/libspeex/speex/ogg.h2
-rw-r--r--apps/codecs/libspeex/speex/speex_types.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/codecs/libspeex/oggframing.c b/apps/codecs/libspeex/oggframing.c
index 3ad3400d39..ab48de33c3 100644
--- a/apps/codecs/libspeex/oggframing.c
+++ b/apps/codecs/libspeex/oggframing.c
@@ -12,7 +12,7 @@
12 12
13 function: code raw [Vorbis] packets into framed OggSquish stream and 13 function: code raw [Vorbis] packets into framed OggSquish stream and
14 decode Ogg streams back into raw packets 14 decode Ogg streams back into raw packets
15 last mod: $Id: framing.c 9601 2005-07-23 00:19:14Z giles $ 15 last mod: $Id$
16 16
17 note: The CRC code is directly derived from public domain code by 17 note: The CRC code is directly derived from public domain code by
18 Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html 18 Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html
diff --git a/apps/codecs/libspeex/smallft.c b/apps/codecs/libspeex/smallft.c
index 269549db00..ad8c3d9329 100644
--- a/apps/codecs/libspeex/smallft.c
+++ b/apps/codecs/libspeex/smallft.c
@@ -11,7 +11,7 @@
11 ******************************************************************** 11 ********************************************************************
12 12
13 function: *unnormalized* fft transform 13 function: *unnormalized* fft transform
14 last mod: $Id: smallft.c,v 1.19 2003/10/08 05:12:37 jm Exp $ 14 last mod: $Id$
15 15
16 ********************************************************************/ 16 ********************************************************************/
17 17
diff --git a/apps/codecs/libspeex/smallft.h b/apps/codecs/libspeex/smallft.h
index 446e2f65b1..4ef9e58c7d 100644
--- a/apps/codecs/libspeex/smallft.h
+++ b/apps/codecs/libspeex/smallft.h
@@ -11,7 +11,7 @@
11 ******************************************************************** 11 ********************************************************************
12 12
13 function: fft transform 13 function: fft transform
14 last mod: $Id: smallft.h,v 1.3 2003/09/16 18:35:45 jm Exp $ 14 last mod: $Id$
15 15
16 ********************************************************************/ 16 ********************************************************************/
17/** 17/**
diff --git a/apps/codecs/libspeex/speex/ogg.h b/apps/codecs/libspeex/speex/ogg.h
index b4e10d7a72..dce8f96b42 100644
--- a/apps/codecs/libspeex/speex/ogg.h
+++ b/apps/codecs/libspeex/speex/ogg.h
@@ -11,7 +11,7 @@
11 ******************************************************************** 11 ********************************************************************
12 12
13 function: toplevel libogg include 13 function: toplevel libogg include
14 last mod: $Id: ogg.h 7188 2004-07-20 07:26:04Z xiphmont $ 14 last mod: $Id$
15 15
16 ********************************************************************/ 16 ********************************************************************/
17#ifndef _OGG_H 17#ifndef _OGG_H
diff --git a/apps/codecs/libspeex/speex/speex_types.h b/apps/codecs/libspeex/speex/speex_types.h
index 12a035100f..a2ff1d6b53 100644
--- a/apps/codecs/libspeex/speex/speex_types.h
+++ b/apps/codecs/libspeex/speex/speex_types.h
@@ -12,7 +12,7 @@
12 ******************************************************************** 12 ********************************************************************
13 13
14 function: #ifdef jail to whip a few platforms into the UNIX ideal. 14 function: #ifdef jail to whip a few platforms into the UNIX ideal.
15 last mod: $Id: os_types.h 7524 2004-08-11 04:20:36Z conrad $ 15 last mod: $Id$
16 16
17 ********************************************************************/ 17 ********************************************************************/
18/** 18/**