OSDN Git Service

fix issue 225, instead of stoping when wrong atom size is found,
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 22 Oct 2007 14:36:14 +0000 (14:36 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 22 Oct 2007 14:36:14 +0000 (14:36 +0000)
commit8622613d9f74e0ce5e248905f3f554d26f6d6c06
tree834dd952c9cf6dfb1df014037210293a643ab83c
parentbf672ac73f37c21bd87dca63ea9f65de98958baf
fix issue 225, instead of stoping when wrong atom size is found,
limit atom size to what is left, assuming container atom has correct size..
cricket4.3g2 has incorrect moov atom size which indicates that file size should be
2 bytes bigger than it is and quicktime reads it correctly though.

Originally committed as revision 10836 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c