Browse Source

mdec: remove unused members from struct MDECContext

Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 16 years ago
parent
commit
a13e687034
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mdec.c

+ 0
- 2
libavcodec/mdec.c View File

@@ -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];


Loading…
Cancel
Save