Mercurial > libavformat.hg
changeset 45:2036f790ece3 libavformat
Try this fix
| author | bellard |
|---|---|
| date | Sun, 02 Feb 2003 15:54:11 +0000 |
| parents | 7c5da7e7239a |
| children | 890e9121a54d |
| files | avidec.c |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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;
