diff --git a/libavformat/mov.c b/libavformat/mov.c index b817bc9561..7e653236ac 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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;