From ebe968283187d6ef1acab2ef4e511250bef6bc0f Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 15:14:21 +0000 Subject: Remove unused variable; fixes the warning: libvo/csputils.c:67: warning: unused variable 'yuv_tv_level_adjust' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30206 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/csputils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libvo/csputils.c b/libvo/csputils.c index 6f69ec4212..e842592b1f 100644 --- a/libvo/csputils.c +++ b/libvo/csputils.c @@ -64,7 +64,6 @@ void mp_get_yuv2rgb_coeffs(struct mp_csp_params *params, float yuv2rgb[3][4]) { 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] = { -- cgit v1.2.3