JPXStream: Replaces undefined left-shift operations.

Left-shifting a negative signed int is undefined. Most compilers shifts the same
way as unsigned ints, but it's better to be clear about it.
1 file changed