disable L3: BigValues too large message

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10350 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-06-30 12:46:13 +00:00
parent ba92c70a4b
commit b378151991
1 changed files with 2 additions and 2 deletions

View File

@ -392,10 +392,10 @@ if(2*gr_info->big_values > bandInfo[sfreq].shortIdx[12])
} }
else { else {
int i,r0c,r1c; int i,r0c,r1c;
//#ifdef L3_DEBUG #ifdef L3_DEBUG
if(2*gr_info->big_values > bandInfo[sfreq].longIdx[21]) 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]); 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++) for (i=0; i<3; i++)
gr_info->table_select[i] = getbits_fast(5); gr_info->table_select[i] = getbits_fast(5);
r0c = getbits_fast(4); r0c = getbits_fast(4);