mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
remove debug message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10553 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6f99b11486
commit
ab156d8eba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user