summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2001-12-18 17:42:28 +0000
committerJack Moffitt <jack@xiph.org>2001-12-18 17:42:28 +0000
commita1048e556cb7a3cc14d3651085a56f93d93e96d0 (patch)
tree19ac2c96af80f090a7bfd2af66a57d2de27be822 /lib
parent80de83b03a2f3598f3b8639c91f94a54be6986ef (diff)
downloadlibvorbis-git-a1048e556cb7a3cc14d3651085a56f93d93e96d0.tar.gz
Commenting out Monty's debugging messages on HEAD.
svn path=/trunk/vorbis/; revision=2657
Diffstat (limited to 'lib')
-rw-r--r--lib/mapping0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mapping0.c b/lib/mapping0.c
index eb5a0537..bd96443d 100644
--- a/lib/mapping0.c
+++ b/lib/mapping0.c
@@ -11,7 +11,7 @@
********************************************************************
function: channel mapping 0 implementation
- last mod: $Id: mapping0.c,v 1.40 2001/12/18 00:55:53 segher Exp $
+ last mod: $Id: mapping0.c,v 1.41 2001/12/18 17:42:28 jack Exp $
********************************************************************/
@@ -703,7 +703,7 @@ static int mapping0_inverse(vorbis_block *vb,vorbis_look_mapping *l){
/* now apply the decoded post-window time information */
/* NOT IMPLEMENTED */
- fprintf(stderr,"seq %d\r",seq);
+ /*fprintf(stderr,"seq %d\r",seq);*/
/* all done! */
return(0);