Fix dont and doesnt typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -438,7 +438,7 @@ static int calculate_bitrate(AVFormatContext *s)
|
||||
maxpos = FFMAX(maxpos, st->index_entries[j-1].pos);
|
||||
lensum += len;
|
||||
}
|
||||
if (maxpos < avi->io_fsize*9/10) // index doesnt cover the whole file
|
||||
if (maxpos < avi->io_fsize*9/10) // index does not cover the whole file
|
||||
return 0;
|
||||
if (lensum*9/10 > maxpos || lensum < maxpos*9/10) // frame sum and filesize mismatch
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user