mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
Remove annoying debug printf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
563aa4caa3
commit
4bffe0776f
@ -931,7 +931,7 @@ int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen){
|
||||
}
|
||||
len+=2*a52_resample(a52_samples,&buf[len]);
|
||||
}
|
||||
printf("len = %d \n",len);
|
||||
// printf("len = %d \n",len); // 6144 on all vobs I tried so far... (5.1 and 2.0) ::atmos
|
||||
break;
|
||||
}
|
||||
case AFM_HWAC3: // AC3 through SPDIF
|
||||
|
Loading…
Reference in New Issue
Block a user