summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 760b95ce68..a596c4386c 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -273,7 +273,7 @@ switch(fr->lay){
fr->framesize /= MP3_samplerate;
MP3_framesize = ((fr->framesize+fr->padding)<<2);
fr->framesize = MP3_framesize-4;
- printf("framesize=%d\n",fr->framesize);
+// printf("framesize=%d\n",fr->framesize);
break;
default:
MP3_framesize=fr->framesize=0;