Add declarations for the sine tables used in wma.c (half window sizes: 128,
authorRobert Swain <robert.swain@gmail.com>
Thu, 14 Aug 2008 14:40:16 +0000 (14:40 +0000)
committerRobert Swain <robert.swain@gmail.com>
Thu, 14 Aug 2008 14:40:16 +0000 (14:40 +0000)
commit69fc4da3606046672340bc81053db30e80dc36d4
tree726e0e654999dbd72bba87c44d4dae90bd979382
parentece6b83c3e3da6fc009d3a931e866ffcb966c6ee
Add declarations for the sine tables used in wma.c (half window sizes: 128,
256, 512, 1024 and 2048) to mdct.c. Make them accessible via dsputil.h. Make
wma.c use these shared tables.

Originally committed as revision 14758 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
libavcodec/mdct.c
libavcodec/wma.c