[FFmpeg-devel] Bug in libavformat/mov.c?

Michael Niedermayer michaelni
Wed Jul 9 19:31:20 CEST 2008


On Wed, Jul 09, 2008 at 06:06:39PM +0200, Reimar D?ffinger wrote:
> On Wed, Jul 09, 2008 at 06:56:44PM +0700, Ivan Zezyulya wrote:
> > The problem is that I have a .mov file, VERY large file (101GB), and it 
> > has more than UINT_MAX / sizeof(int) entries in one of its sample size 
> > tables.
> 
> Ugh, so more than 4GB are for the index of one single stream?

no
its just part of the index of one stream
mov stores, durations, pts, frame sizes, ...
all in 32bit numbers, often with an additional 32bit value for each
to "compress" runs of identical values.

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080709/2566b3fb/attachment.pgp>



More information about the ffmpeg-devel mailing list