Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
authorVitor Sessak <vitor1001@gmail.com>
Tue, 15 Sep 2009 16:18:16 +0000 (16:18 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Tue, 15 Sep 2009 16:18:16 +0000 (16:18 +0000)
commit6776061b04b6f9f669d8ec59f6112e8a9b1dad92
tree6b2e9e739877b48d5dc177ef1572c060e3137ffa
parent05db409c280acc22362c2e79ea67abe3873043a5
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
that FF_ELEMS(ff_sine_windows[x]) == 1 << x.

Fix issue 1384.

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