Commit a4fe6611 authored by Michael Niedermayer's avatar Michael Niedermayer

mov_probe: fix integer overflows

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9b762e2c
......@@ -2858,7 +2858,7 @@ static int mov_read_default(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_probe(AVProbeData *p)
{
unsigned int offset;
int64_t offset;
uint32_t tag;
int score = 0;
......
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