Move ff_dct_init(context) out of if(one time init)
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Jul 2010 10:36:26 +0000 (10:36 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Jul 2010 10:36:26 +0000 (10:36 +0000)
commit69b56ed7a6215a077bc557d0e98f709d2959f473
treedf3d0a60dde5e23c7077f30ee127cde4b2ac64da
parentc7310b7b2bb65bd31786840ecd0fab459bd3a6bd
Move ff_dct_init(context) out of if(one time init)
fixes calling a null pointer in issue658

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