[MPlayer-cvslog] r30206 - trunk/libvo/csputils.c

diego subversion at mplayerhq.hu
Mon Jan 4 16:14:21 CET 2010


Author: diego
Date: Mon Jan  4 16:14:21 2010
New Revision: 30206

Log:
Remove unused variable; fixes the warning:
libvo/csputils.c:67: warning: unused variable 'yuv_tv_level_adjust'

Modified:
   trunk/libvo/csputils.c

Modified: trunk/libvo/csputils.c
==============================================================================
--- trunk/libvo/csputils.c	Mon Jan  4 15:42:59 2010	(r30205)
+++ trunk/libvo/csputils.c	Mon Jan  4 16:14:21 2010	(r30206)
@@ -64,7 +64,6 @@ void mp_get_yuv2rgb_coeffs(struct mp_csp
   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] = {


More information about the MPlayer-cvslog mailing list