Commit f2721a9d authored by benoit's avatar benoit

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16632 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf5e85d3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment