1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00
Files
FFmpeg/libavutil
Michael Niedermayer d82d11397f avutil/arm/intmath: return int for uint8 / uint16 clip
The C functions return uint8/16_t but that is effectively int not unsigned int
Fixes fate-filter-tblend

We do not return uint8/16_t as that would require the compiler to truncate the
values, slowing it down.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-20 17:20:16 +02:00
..
2015-06-19 02:25:48 +02:00
2015-06-19 15:57:32 +02:00
2015-05-02 14:37:48 +02:00
2014-12-19 14:35:29 +01:00
2015-03-20 15:47:31 -03:00
2015-05-31 12:07:11 +02:00
2015-05-03 16:37:04 +02:00
2015-06-16 21:48:51 +02:00
2015-06-14 15:09:33 +02:00
2015-05-26 18:31:53 +02:00
2015-05-26 18:31:53 +02:00
2015-02-18 00:59:55 +01:00