changeset 36110:c6215f816368

Fix XYZ conversion matrix.
author reimar
date Wed, 01 May 2013 18:52:41 +0000
parents 4b69c31e8e77
children 55bd3eed6c9a
files libvo/csputils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/csputils.c	Wed May 01 18:52:40 2013 +0000
+++ b/libvo/csputils.c	Wed May 01 18:52:41 2013 +0000
@@ -77,7 +77,7 @@
     { 16 / 255.0 * 1.164, -128 / 255.0, -128 / 255.0, 1.0/1.164},
     { 0, -128 / 255.0, -128 / 255.0, 1},
   };
-  static const float xyz_level_adjust[4] = {0, 0, 0, 0};
+  static const float xyz_level_adjust[4] = {0, 0, 0, 1};
   static const float uv_coeffs_table[MP_CSP_COUNT][3][3] = {
     [MP_CSP_DEFAULT] = {
       {1,  0.000,  1.596},