From f038fe8b4a023351c82afcc901891097fa9b0d29 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 Jan 2006 22:10:13 +0000 Subject: warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/asv1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/asv1.c') diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c index 222582c..99e563e 100644 --- a/libavcodec/asv1.c +++ b/libavcodec/asv1.c @@ -48,7 +48,7 @@ typedef struct ASV1Context{ uint16_t __align8 intra_matrix[64]; int __align8 q_intra_matrix[64]; uint8_t *bitstream_buffer; - int bitstream_buffer_size; + unsigned int bitstream_buffer_size; } ASV1Context; static const uint8_t scantab[64]={ -- cgit v1.1