summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2015-03-02 22:39:28 +0000
committerMonty <xiphmont@xiph.org>2015-03-02 22:39:28 +0000
commitc6d0be61aa81e33debdb4b91752e9367acf41072 (patch)
tree6fa51a60a118cbd2ac01ba5480f262711c6aaede
parent6ea0453f2ecd31a3d23e8546313bf4fbd7a528ce (diff)
downloadlibvorbis-git-c6d0be61aa81e33debdb4b91752e9367acf41072.tar.gz
Roll back unintentionally chaged file (barkmel.c) from previous commit.
svn path=/trunk/vorbis/; revision=19454
-rw-r--r--lib/barkmel.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/barkmel.c b/lib/barkmel.c
index c7b26d3d..12acd4f2 100644
--- a/lib/barkmel.c
+++ b/lib/barkmel.c
@@ -59,14 +59,6 @@ int main(){
j,i,fromBARK(i),(int)(fromBARK(i)/22050.*128.));
}
}
- {
- float i;
- int j;
- for(i=0.,j=0;i<28;i+=1,j++){
- fprintf(stderr,"(%d) bark=%f -> %gHz -> %g bark\n",
- j,i,fromBARK(i),toBARK(fromBARK(i)));
- }
- }
return(0);
}