Optimize vorbis_residue_decode() so that vr->type is a constant.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 31 Aug 2008 22:49:42 +0000 (22:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 31 Aug 2008 22:49:42 +0000 (22:49 +0000)
commitc541e668f6f246c4dcf318a91581ac27800ae273
tree409bcaffe8d9a6badba45ecbfe3f285ef64fb054
parent969c163f1f480611e08f439e4117ad3d8413fc4d
Optimize vorbis_residue_decode() so that vr->type is a constant.
Based on a patch by Siarhei Siamashka.

Originally committed as revision 15134 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vorbis_dec.c