Color conversion fixes and BT.2020 support (#723)

This commit is contained in:
Cameron Gutman
2023-01-07 21:28:47 -06:00
committed by GitHub
parent 7770b5f708
commit 77d3a7e2ab
8 changed files with 21 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ struct __attribute__((__aligned__(16))) color_t {
float2 range_uv;
};
extern color_t colors[4];
extern color_t colors[6];
void capture(
safe::mail_t mail,