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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jan 4 16:19:54 CET 2010


On Mon, Jan 04, 2010 at 04:14:21PM +0100, diego wrote:
> 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};

Grml, I just haven't come round to actually expose the functionality.


More information about the MPlayer-cvslog mailing list