Commit c96149a6 authored by bellard's avatar bellard

Try this fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55140d33
...@@ -50,7 +50,8 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -50,7 +50,8 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
AVIContext *avi = s->priv_data; AVIContext *avi = s->priv_data;
ByteIOContext *pb = &s->pb; ByteIOContext *pb = &s->pb;
UINT32 tag, tag1; 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; int i;
AVStream *st; AVStream *st;
......
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