[FFmpeg-devel] [PATCH 1/4] avformat/mov: Fix return type used for av_seek in mfra code

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Sep 3 16:39:15 EEST 2020


On 01/09/2020 16:03, Derek Buitenhuis wrote:
> It should be a 64-bit integer, otherwise it overflows and fails
> on files greater than 2GB on some systems like x86_64 Linux.
> 
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
>  libavformat/mov.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ping on this set.

- Derek


More information about the ffmpeg-devel mailing list