comparison shorten.c @ 3066:04b924f8f5a5 libavcodec

warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
author diego
date Wed, 25 Jan 2006 22:10:13 +0000
parents 0b546eab515d
children 68721b62a528
comparison
equal deleted inserted replaced
3065:b2c352a66a73 3066:04b924f8f5a5
82 int32_t *decoded[MAX_CHANNELS]; 82 int32_t *decoded[MAX_CHANNELS];
83 int32_t *offset[MAX_CHANNELS]; 83 int32_t *offset[MAX_CHANNELS];
84 uint8_t *bitstream; 84 uint8_t *bitstream;
85 int bitstream_size; 85 int bitstream_size;
86 int bitstream_index; 86 int bitstream_index;
87 int allocated_bitstream_size; 87 unsigned int allocated_bitstream_size;
88 int header_size; 88 int header_size;
89 uint8_t header[OUT_BUFFER_SIZE]; 89 uint8_t header[OUT_BUFFER_SIZE];
90 int version; 90 int version;
91 int cur_chan; 91 int cur_chan;
92 int bitshift; 92 int bitshift;