Commit cb23b06e authored by Michael Niedermayer's avatar Michael Niedermayer

sws: fix typo in xyz2rgb matrix use.

Found-by: ubitux
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 54429142
......@@ -823,7 +823,7 @@ static void xyz12Torgb48(struct SwsContext *c, uint16_t *dst,
c->xyz2rgb_matrix[1][1] * y +
c->xyz2rgb_matrix[1][2] * z >> 12;
b = c->xyz2rgb_matrix[2][0] * x +
c->xyz2rgb_matrix[1][2] * y +
c->xyz2rgb_matrix[2][1] * y +
c->xyz2rgb_matrix[2][2] * z >> 12;
// limit values to 12-bit depth
......
#tb 0: 1/24
0, 0, 0, 1, 12441600, 0x05a68cf7
0, 1, 1, 1, 12441600, 0x43788893
0, 0, 0, 1, 12441600, 0x380d805a
0, 1, 1, 1, 12441600, 0xfde5a60a
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment