alpha: Fix one_over_kc calculation
authorDoug Nazar <nazard@nazar.ca>
Mon, 9 Sep 2019 00:43:17 +0000 (20:43 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 10 Sep 2019 09:32:16 +0000 (10:32 +0100)
commit1c6e3daae45d6eeb00ab3b2eb30deb366e0c57ac
tree1391f3a13d25eb136533a8874111559c2267763f
parent795ec802a99d8cbc6f8b686b9ec939de79d238c1
alpha: Fix one_over_kc calculation

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.
gst/alpha/gstalpha.c