Invalid operands types in ycbrcr422_8 to rgb444 shader
Closed this issue · 1 comments
Nathoufresh commented
On line 25 of ycbcr422_8_to_rgb444.shader
A mod operation is performed on an int and float, which throws an error.
Proposed change:
bool odd_column = (mod(coords.x, 2) >= 1.0);\n
antoinepollenus commented
Fixed in pull request #11