diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-07 13:57:34 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-03-07 14:04:01 +0100 |
commit | a6b1180e390925c0ceb78fd223fd18f8c1e39c94 (patch) | |
tree | 8dd17001395a247786aa8a8d139b0c7b3ef4b065 /doc/APIchanges | |
parent | b6eaa3928e198554a3934dd5ad6eac4d16f27df2 (diff) | |
download | ffmpeg-a6b1180e390925c0ceb78fd223fd18f8c1e39c94.tar.gz |
avcodec/pixlet: fix architecture-dependent code and values
The constants used in the decoder used floating point precision,
and this caused different values to be generated on different
architectures.
So, eradicate floating point numbers and use fixed point (32.32)
arithmetics everywhere, replacing constants with precomputed integer
values.
Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions