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

Monty xiphmont at xiph.org
Tue Oct 10 15:47:29 PDT 2000



xiphmont    00/10/10 15:47:29

  Modified:    lib      Tag: branch_postbeta2 lsp.c
  Log:
  Remove some debugging output from LSP root finder.
  
  Monty

Revision  Changes    Path
No                   revision

No                   revision

1.9.2.7   +0 -2      vorbis/lib/lsp.c

Index: lsp.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lsp.c,v
retrieving revision 1.9.2.6
retrieving revision 1.9.2.7
diff -u -r1.9.2.6 -r1.9.2.7
--- lsp.c	2000/10/10 22:20:14	1.9.2.6
+++ lsp.c	2000/10/10 22:47:29	1.9.2.7
@@ -12,7 +12,7 @@
  ********************************************************************
 
   function: LSP (also called LSF) conversion routines
-  last mod: $Id: lsp.c,v 1.9.2.6 2000/10/10 22:20:14 xiphmont Exp $
+  last mod: $Id: lsp.c,v 1.9.2.7 2000/10/10 22:47:29 xiphmont Exp $
 
   The LSP generation code is taken (with minimal modification) from
   "On the Computation of the LSP Frequencies" by Joseph Rothweiler
@@ -319,8 +319,6 @@
 
     count++;
   }
-
-  fprintf(stderr,"***** error=%g, count=%d\n",error,count);
 
   /* Replaced the original bubble sort with a real sort.  With your
      help, we can eliminate the bubble sort in our lifetime. --Monty */

--- >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