Make unsigned int a variable that does not need to be explicitely 32 bits.

Fixes a warning.
Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr

Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Marc Mason 2009-01-16 14:03:46 +00:00 committed by Benoit Fouet
parent 0ac1dc6f3c
commit 9d9aac84f6

View File

@ -235,7 +235,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
{
AVIContext *avi = s->priv_data;
ByteIOContext *pb = s->pb;
uint32_t tag, tag1, handler;
unsigned int tag, tag1, handler;
int codec_type, stream_index, frame_period, bit_rate;
unsigned int size, nb_frames;
int i;