summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-30 12:46:13 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-30 12:46:13 +0000
commitb37815199172bd31e4401ca493458e24cadc6495 (patch)
tree43cf1d1a0d39c7c4b2e93bcce257d9766c7e74f3 /mp3lib
parentba92c70a4b30e8afd311041323dedd6b03dd27d8 (diff)
downloadmpv-b37815199172bd31e4401ca493458e24cadc6495.tar.bz2
mpv-b37815199172bd31e4401ca493458e24cadc6495.tar.xz
disable L3: BigValues too large message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/layer3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/layer3.c b/mp3lib/layer3.c
index 47ae7028e5..0ee42af5c8 100644
--- a/mp3lib/layer3.c
+++ b/mp3lib/layer3.c
@@ -392,10 +392,10 @@ if(2*gr_info->big_values > bandInfo[sfreq].shortIdx[12])
}
else {
int i,r0c,r1c;
-//#ifdef L3_DEBUG
+#ifdef L3_DEBUG
if(2*gr_info->big_values > bandInfo[sfreq].longIdx[21])
fprintf(stderr,"L3: BigValues too large, doesn't make sense %d %d\n",2*gr_info->big_values,bandInfo[sfreq].longIdx[21]);
-//#endif
+#endif
for (i=0; i<3; i++)
gr_info->table_select[i] = getbits_fast(5);
r0c = getbits_fast(4);