[FFmpeg-devel] [PATCH]lavfi/minterpolate: Allow bigger resolutions if SIZE_MAX is big

Anton Khirnov anton at khirnov.net
Tue Mar 31 12:18:45 EEST 2020


Quoting Carl Eugen Hoyos (2020-03-28 13:54:22)
> Hi!
> 
> Attached patch allows to work-around ticket #7140, tested on a system
> with a lot of memory.

This looks very ad-hoc. The right thing to do is fix arbitrary limits in
av_malloc_array(). That INT_MAX there looks wrong.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list