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>pull/140/head
parent
f85bc147fb
commit
d82d11397f
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue