Browse Source

mov_probe: fix integer overflows

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
a4fe661157
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mov.c

+ 1
- 1
libavformat/mov.c View File

@@ -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;



Loading…
Cancel
Save