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/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/4xm.c') diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 107eaf213e..381e8553f6 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -123,7 +123,7 @@ typedef struct FourXContext{ int last_dc; DCTELEM __align8 block[6][64]; uint8_t *bitstream_buffer; - int bitstream_buffer_size; + unsigned int bitstream_buffer_size; CFrameBuffer cfrm[CFRAME_BUFFER_COUNT]; } FourXContext; -- cgit v1.2.3