[FFmpeg-devel] [PATCH] libavutil: AVEncodeInfo data structures (fwd)

Nicolas George george at nsup.org
Fri Aug 16 14:56:24 EEST 2019


----- Forwarded message from Nicolas George <george at nsup.org> -----

Date: Fri, 16 Aug 2019 13:55:18 +0200
From: Nicolas George <george at nsup.org>
To: Juan De León <juandl at google.com>
Subject: Re: [FFmpeg-devel] [PATCH] libavutil: AVEncodeInfo data structures

Juan De León (12019-08-15):
> I don't think it's common for size_t to wrap around.

size_t has a max value, like all integer types. If the mathematical
result of the multiolication or the addition is greater than that, it
cannot work.

Regards,

-- 
  Nicolas George

----- End forwarded message -----


More information about the ffmpeg-devel mailing list