Changeset fef2da6a in ffmpeg

Timestamp:
Dec 6, 2011, 4:31:17 PM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
7d90bc9f
Parents:
f0d0ae3
git-author:
Mihnea Balta <mihnea.balta@gmail.com> (12/06/11 07:29:47)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (12/06/11 16:31:17)
Message:

movdec: Fix bad computed size for atoms with size 0 in MOV files

The computed size doesn't contain the header size because it's already
skipped by incrementing total_size, but then it's skipped again in the
last line. The atom comes out 8 bytes short and the function
mov_read_chan() aborts the whole parsing process. I think the computed
size should be atom.size - total_size + 8.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.