[vlc-commits] [Git][videolan/vlc][master] builtin_shaders.h: update to BT.709-2 coefficients
Hugo Beauzée-Luyssen
gitlab at videolan.org
Mon May 3 15:19:00 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
68b27c23 by Valerii Zapodovnikov at 2021-05-03T14:41:37+00:00
builtin_shaders.h: update to BT.709-2 coefficients
- - - - -
1 changed file:
- modules/video_output/win32/builtin_shaders.h
Changes:
=====================================
modules/video_output/win32/builtin_shaders.h
=====================================
@@ -63,9 +63,9 @@ static const char shader_convert601to709_source[] =
"float4 yuv709_to_rgb(float4 YUV)\n"
"{\n"
- " float Kr = 0.2125;\n"
- " float Kg = 0.7154;\n"
- " float Kb = 0.0721;\n"
+ " float Kr = 0.2126;\n"
+ " float Kg = 0.7152;\n"
+ " float Kb = 0.0722;\n"
" float Y = YUV.x;\n"
" float U = YUV.y;\n"
" float V = YUV.z;\n"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/68b27c23fd6f87577d2f1c49821008fc5b86f75d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/68b27c23fd6f87577d2f1c49821008fc5b86f75d
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list