Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 5 Nov 2009 18:29:06 +0000 (18:29 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 5 Nov 2009 18:29:06 +0000 (18:29 +0000)
commit1ffc6e83276b24ffaea586c83b7aabb904e4be4b
tree89042ae2619a30b0c281553f75e5e2eca94149d3
parent9cad7e219377de4b466e8858286de23df3615b86
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
necessary ff_cos_tabs tables are initialized.
Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables).

Originally committed as revision 20464 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
libavcodec/fft.c
libavcodec/rdft.c