[FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'
Ronald S. Bultje
rsbultje at gmail.com
Fri Jun 9 01:35:07 EEST 2017
Hi,
On Thu, Jun 8, 2017 at 6:10 PM, Michael Niedermayer <michael at niedermayer.cc>
wrote:
> Signed value in
> Unsigned
> INTeger type
[..]
> Both SUINT and unsigned should produce identical binaries
This seems to go against the rule that code should be as simple as possible.
Unsigned is simpler than SUINT if the outcome is the same.
Ronald
More information about the ffmpeg-devel
mailing list