mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 14:34:28 +08:00
mdec: remove unused members from struct MDECContext
Originally committed as revision 19705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -45,8 +45,6 @@ typedef struct MDECContext{
|
|||||||
int mb_height;
|
int mb_height;
|
||||||
int mb_x, mb_y;
|
int mb_x, mb_y;
|
||||||
DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
|
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;
|
uint8_t *bitstream_buffer;
|
||||||
unsigned int bitstream_buffer_size;
|
unsigned int bitstream_buffer_size;
|
||||||
int block_last_index[6];
|
int block_last_index[6];
|
||||||
|
Reference in New Issue
Block a user