mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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:
parent
0ac1dc6f3c
commit
9d9aac84f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user