Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 5 Nov 2006 16:18:37 +0000 (16:18 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 5 Nov 2006 16:18:37 +0000 (16:18 +0000)
commitc9ec7564f0f37e0b672d1f61ee8175acd44c1b00
treeb98008fdee5a92c246e175b916f9a5f9131b7662
parentbc52b0c518af14397955e5f810c363579247bca9
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
it is only used there and is only 128 byte large.
Also make it aligned to fix playback with altivec.

Originally committed as revision 6902 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rtjpeg.c
libavcodec/rtjpeg.h