OSDN Git Service

Get rid of fft_rev table, use ff_reverse and a shift.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Jan 2008 08:33:00 +0000 (08:33 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 13 Jan 2008 08:33:00 +0000 (08:33 +0000)
commit99fac0806b0d20790b57b4f6c96676139438e2f6
treeb4db3f8f14bcc051d6ce85fb73a1eae136c1f38e
parentf952b30cd1aa9e0611e84bf2b3a732e6da13b150
Get rid of fft_rev table, use ff_reverse and a shift.
Reduces maximum allowed value for MDCT_NBITS to 10 (current value is 9)

Originally committed as revision 11519 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c