[xiph-cvs] cvs commit: vorbis/lib analysis.c

Michael Smith msmith at xiph.org
Tue Aug 7 06:04:42 PDT 2001



msmith      01/08/07 06:04:42

  Modified:    lib      analysis.c
  Log:
  Remove some C++ comments.

Revision  Changes    Path
1.45      +3 -3      vorbis/lib/analysis.c

Index: analysis.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/analysis.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- analysis.c	2001/05/27 06:43:59	1.44
+++ analysis.c	2001/08/07 13:04:41	1.45
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: single-block PCM analysis mode dispatch
- last mod: $Id: analysis.c,v 1.44 2001/05/27 06:43:59 xiphmont Exp $
+ last mod: $Id: analysis.c,v 1.45 2001/08/07 13:04:41 msmith Exp $
 
  ********************************************************************/
 
@@ -80,7 +80,7 @@
   FILE *of;
   char buffer[80];
 
-  //  if(i==5870){
+  /*  if(i==5870){*/
     sprintf(buffer,"%s_%d.m",base,i);
     of=fopen(buffer,"w");
     
@@ -103,7 +103,7 @@
       }
     }
     fclose(of);
-    //  }
+    /*  } */
 }
 
 void _analysis_output(char *base,int i,float *v,int n,int bark,int dB){

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list