Mercurial > mplayer.hg
comparison mp3lib/sr1.c @ 10552:a54dbea02a72
remove debug message
author | nexus |
---|---|
date | Sat, 09 Aug 2003 19:15:40 +0000 |
parents | e2979f202bb2 |
children | 5403367c7032 |
comparison
equal
deleted
inserted
replaced
10551:b16cc4867b2d | 10552:a54dbea02a72 |
---|---|
271 MP3_samplerate=freqs[fr->sampling_frequency]; | 271 MP3_samplerate=freqs[fr->sampling_frequency]; |
272 fr->framesize = (long) MP3_bitrate * 12000; | 272 fr->framesize = (long) MP3_bitrate * 12000; |
273 fr->framesize /= MP3_samplerate; | 273 fr->framesize /= MP3_samplerate; |
274 MP3_framesize = ((fr->framesize+fr->padding)<<2); | 274 MP3_framesize = ((fr->framesize+fr->padding)<<2); |
275 fr->framesize = MP3_framesize-4; | 275 fr->framesize = MP3_framesize-4; |
276 printf("framesize=%d\n",fr->framesize); | 276 // printf("framesize=%d\n",fr->framesize); |
277 break; | 277 break; |
278 default: | 278 default: |
279 MP3_framesize=fr->framesize=0; | 279 MP3_framesize=fr->framesize=0; |
280 // fprintf(stderr,"Sorry, unsupported layer type.\n"); | 280 // fprintf(stderr,"Sorry, unsupported layer type.\n"); |
281 return 0; | 281 return 0; |