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 +
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/