Mercurial > libavcodec.hg
diff vorbis.c @ 3145:ede5c3c0a0eb libavcodec
kill some warnings
author | mru |
---|---|
date | Sat, 25 Feb 2006 22:41:31 +0000 |
parents | 03582724f3de |
children | d6a5ed01acdf |
line wrap: on
line diff
--- a/vorbis.c Sat Feb 25 22:15:24 2006 +0000 +++ b/vorbis.c Sat Feb 25 22:41:31 2006 +0000 @@ -1345,7 +1345,7 @@ AV_DEBUG("Classword: %d \n", temp); - assert(vr->classifications > 1 && vr->classifications<256 && temp<=65536); //needed for inverse[] + assert(vr->classifications > 1 && temp<=65536); //needed for inverse[] for(i=0;i<c_p_c;++i) { uint_fast32_t temp2;