changeset 30164:51ee44af067b

Remove unused variable; fixes the warning: libvo/csputils.c:67: warning: unused variable 'yuv_tv_level_adjust'
author diego
date Mon, 04 Jan 2010 15:14:21 +0000
parents 257ef2adfd66
children b4cbeff5153e
files libvo/csputils.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/csputils.c	Mon Jan 04 14:42:59 2010 +0000
+++ b/libvo/csputils.c	Mon Jan 04 15:14:21 2010 +0000
@@ -64,7 +64,6 @@
   const float (*uv_coeffs)[3];
   const float *level_adjust;
   static const float yuv_pc_level_adjust[4] = {-16 / 255.0, -128 / 255.0, -128 / 255.0, 1.164};
-  static const float yuv_tv_level_adjust[4] = {0, -128 / 255.0, -128 / 255.0, 0};
   static const float xyz_level_adjust[4] = {0, 0, 0, 0};
   static const float uv_coeffs_table[MP_CSP_COUNT][3][3] = {
     [MP_CSP_DEFAULT] = {