diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-20 17:16:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-20 17:20:16 +0200 |
commit | d82d11397f613f8881328585b7442f29aec462c1 (patch) | |
tree | 4a4a62863a560c5906b85950cb1768cb89917a1f /tests/lavf-regression.sh | |
parent | f85bc147fb87de048ccc5767e186ac59ec0284ef (diff) | |
download | ffmpeg-d82d11397f613f8881328585b7442f29aec462c1.tar.gz |
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>
Diffstat (limited to 'tests/lavf-regression.sh')
0 files changed, 0 insertions, 0 deletions