Commits on Source (3)
-
cdfea222
-
If a subtraction underflows, we do not care what the exact result is, only that it is large.
3028c3b9
If a subtraction underflows, we do not care what the exact result is, only that it is large.
Errors are signaled by -1, so the type has to be signed. There are no needs to force 8-bit sign extension here since the non-error result is always positive. So better use a fast type. Regression from 88e3a4f0. Fixes #26679.
VideoLAN code repository instance