From: Måns Rullgård Date: Tue, 25 Aug 2009 23:28:33 +0000 (+0000) Subject: mdec: remove unused members from struct MDECContext X-Git-Tag: v0.6~3498 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a13e687034093c751da6fd19be0f88e695e1375a;p=platform%2Fupstream%2Flibav.git mdec: remove unused members from struct MDECContext Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index e0281ef..762c306 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -45,8 +45,6 @@ typedef struct MDECContext{ int mb_height; int mb_x, mb_y; DECLARE_ALIGNED_16(DCTELEM, block[6][64]); - DECLARE_ALIGNED_8(uint16_t, intra_matrix[64]); - DECLARE_ALIGNED_8(int, q_intra_matrix[64]); uint8_t *bitstream_buffer; unsigned int bitstream_buffer_size; int block_last_index[6];