cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Mar 2005 20:46:06 +0000 (20:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Mar 2005 20:46:06 +0000 (20:46 +0000)
commitf86f4481d87101a9a621e5ee7952e1ff15ea364c
treea48b24951c050f8a9da51079791d599f401ff270
parenta54ea19a5278f462460f0f22d58c6b9d9030b254
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp()

Originally committed as revision 3997 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c