Re: [FFmpeg-devel] [PATCH 1/3] lavf/mov: Allow reading very large files.

2017-09-29 Thread Michael Niedermayer
On Sat, Sep 30, 2017 at 12:58:27AM +0200, Michael Niedermayer wrote: > From: Pablo Montilla > > The Sample count in the time-to-sample table is defined as > 32-bit unsigned integer by the QT specification. > > Fixes ticket #6700. > --- > libavformat/isom.h | 2 +- > libavformat/mov.c | 6 +

[FFmpeg-devel] [PATCH 1/3] lavf/mov: Allow reading very large files.

2017-09-29 Thread Michael Niedermayer
From: Pablo Montilla The Sample count in the time-to-sample table is defined as 32-bit unsigned integer by the QT specification. Fixes ticket #6700. --- libavformat/isom.h | 2 +- libavformat/mov.c | 6 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/libavformat/isom.h b/