Le Philousophe 532c112e4c IMAGE: Fix undefined behaviours in Cinepak decoder
Left shifting a negative number is undefined (as it may eat the sign
bit).
Instead, multiply by 2 which is the same but properly defined.
Also fix the convertYUVToColor function signature as it takes int8
values.
2025-01-22 19:15:58 +01:00
..
2024-09-04 10:14:05 +03:00
2024-05-04 00:06:15 +02:00
2023-12-26 20:23:59 +01:00
2023-12-26 20:23:59 +01:00
2024-09-04 10:14:05 +03:00
2024-09-04 10:14:05 +03:00
2023-03-03 23:23:49 +01:00
2023-12-26 20:23:59 +01:00