Add RCS ID tags en masse
authorMike Whitson <mwhitson@xiph.org>
Tue, 13 Jul 1999 08:00:19 +0000 (08:00 +0000)
committerMike Whitson <mwhitson@xiph.org>
Tue, 13 Jul 1999 08:00:19 +0000 (08:00 +0000)
svn path=/trunk/vorbis/; revision=7

lib/analysis.c
lib/codec.h
lib/envelope.c
lib/framing.c
lib/mdct.c
lib/mdct.h

index dc31653..9bc4fcd 100644 (file)
@@ -26,6 +26,8 @@
 
  ********************************************************************/
 
+static const char rcsid[] = "$Id";
+
 #include <stdlib.h>
 
 /* pcm accumulator and multipliers 
@@ -305,7 +307,3 @@ int vorbis_analysis(vorbis_state *v, double **pcm, int vals){
   /* done */
   return(1);
 }
-
-
-
-
index 80f35ef..acfca40 100644 (file)
@@ -18,6 +18,8 @@
 
  ********************************************************************/
 
+/* $Id: codec.h,v 1.2 1999/07/13 08:00:15 mwhitson Exp $ */
+
 #ifndef _vorbis_codec_h_
 #define _vorbis_codec_h_
 
index 71efd4b..601f6cf 100644 (file)
@@ -22,6 +22,8 @@
 
  ********************************************************************/
 
+static const char rcsid[] = "$Id";
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
index 622ade8..3f35a77 100644 (file)
@@ -23,6 +23,8 @@
 
  ********************************************************************/
 
+static const char rcsid[] = "$Id";
+
 #include <stdlib.h>
 #include <string.h>
 #include "codec.h"
@@ -640,7 +642,3 @@ int main(void){
 }
 
 #endif
-
-
-
-
index f28fb4e..f6fd63b 100644 (file)
@@ -36,6 +36,8 @@
 
  ********************************************************************/
 
+static const char rcsid[] = "$Id";
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
@@ -336,16 +338,3 @@ void iMDCT(double *in, double *out, MDCT_lookup *init, double *window){
     }
   }
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
index f7d3dbd..526187b 100644 (file)
@@ -15,6 +15,8 @@
 
  ********************************************************************/
 
+/* $Id: mdct.h,v 1.2 1999/07/13 08:00:19 mwhitson Exp $ */
+
 #ifndef _OGG_MDCT_H_
 #define _OGG_MDCT_H_