changeset 10086:3a2f437d2fea libavcodec

mdec: remove unused members from struct MDECContext
author mru
date Tue, 25 Aug 2009 23:28:33 +0000
parents 06ff9b175488
children 8f1e09db0905
files mdec.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mdec.c	Tue Aug 25 23:28:30 2009 +0000
+++ b/mdec.c	Tue Aug 25 23:28:33 2009 +0000
@@ -45,8 +45,6 @@
     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];