yuv_converter.h: Fix integer truncation

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I445d3d2c4d80b65747257c0e4fc444427599c451
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1787
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:20:22 +00:00
committed by waddlesplash
parent 13b4d9799b
commit 132242e027
@@ -20,7 +20,7 @@
- colour components should be interpolated for odd pixels
*/
static const int8 c_offs[8] =
static const uint8 c_offs[8] =
{ 128, 128, 128, 128, 128, 128, 128, 128 };
static const int16 y_offs[4] =