There are problems with cinematics on platforms which use unsigned char as char type.
Created attachment 1894 [details] use explicit "signed char" where needed The patch solves the problem.
Created attachment 1897 [details] use explicit "signed char" where needed Simpler patch, I haven't noticed "signedOutput" is just a flag, no need to change type there.
applied, thanks.
*** Bug 2523 has been marked as a duplicate of this bug. ***
Created attachment 1894 [details] use explicit "signed char" where needed The patch solves the problem.
Created attachment 1897 [details] use explicit "signed char" where needed Simpler patch, I haven't noticed "signedOutput" is just a flag, no need to change type there.