From c9ec7564f0f37e0b672d1f61ee8175acd44c1b00 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 5 Nov 2006 16:18:37 +0000 Subject: 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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/rtjpeg.h') diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h index f592e08a43..daecc8a75a 100644 --- a/libavcodec/rtjpeg.h +++ b/libavcodec/rtjpeg.h @@ -25,7 +25,6 @@ typedef struct { int w, h; DSPContext *dsp; - DCTELEM block[64]; uint8_t scan[64]; uint32_t lquant[64]; uint32_t cquant[64]; -- cgit v1.2.3