Skip to content

alpha: Fix one_over_kc calculation

Doug Nazar requested to merge dougnazar/gst-plugins-good:fix_alpha into master

On arm/aarch64, converting from float directly to unsigned int uses a different opcode and negative numbers result in 0. Cast to signed int first.

Merge request reports