diff avidec.c @ 45:2036f790ece3 libavformat

Try this fix
author bellard
date Sun, 02 Feb 2003 15:54:11 +0000
parents 8a5285a0ca2f
children a58a8a53eb46
line wrap: on
line diff
--- a/avidec.c	Sat Feb 01 20:53:57 2003 +0000
+++ b/avidec.c	Sun Feb 02 15:54:11 2003 +0000
@@ -50,7 +50,8 @@
     AVIContext *avi = s->priv_data;
     ByteIOContext *pb = &s->pb;
     UINT32 tag, tag1;
-    int codec_type, stream_index, size, frame_period, bit_rate;
+    int codec_type, stream_index, frame_period, bit_rate;
+    unsigned int size;
     int i;
     AVStream *st;