mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-24 16:27:06 +00:00
If an input file is bigger than 2GB (assume sizeof(int) == 4)), size0/size1 will overflow, making stddev and PSNR invalid. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>