diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-25 23:28:33 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-25 23:28:33 +0000 |
commit | a13e687034093c751da6fd19be0f88e695e1375a (patch) | |
tree | 03769a0d853bfe30ed6d3b8bd0443e428bbc3e76 /libavcodec/mdec.c | |
parent | dd36b88b46fed2b76e2cc9d9eb0d4c99fe976913 (diff) | |
download | ffmpeg-a13e687034093c751da6fd19be0f88e695e1375a.tar.gz |
mdec: remove unused members from struct MDECContext
Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r-- | libavcodec/mdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index e0281ef16a..762c306cd1 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]; |