Unverified Commit bea312bd authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #13183 from tomoaki0705:fixCaroteneColorConvert2Gray

parents 3705648c 3bbc4e44
...@@ -49,12 +49,12 @@ namespace { ...@@ -49,12 +49,12 @@ namespace {
enum enum
{ {
SHIFT = 14, SHIFT = 15,
SHIFT_DELTA = 1 << (SHIFT - 1), SHIFT_DELTA = 1 << (SHIFT - 1),
R2Y_BT601 = 4899, R2Y_BT601 = 9798,
G2Y_BT601 = 9617, G2Y_BT601 = 19235,
B2Y_BT601 = 1868, B2Y_BT601 = 3735,
R2Y_BT709 = 3483, R2Y_BT709 = 3483,
G2Y_BT709 = 11718, G2Y_BT709 = 11718,
......
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