From 83b756a65d5318ad2f64041b0b16a00fc4295685 Mon Sep 17 00:00:00 2001 From: stefano Date: Thu, 25 Feb 2010 21:12:38 +0000 Subject: [PATCH] Apply consistency nit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30729 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/yuv2rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index a019bf76fd..2a05477bda 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -49,7 +49,7 @@ const int32_t ff_yuv2rgb_coeffs[8][4] = { {117579, 136230, 16907, 35559} /* SMPTE 240M (1987) */ }; -const int * sws_getCoefficients(int colorspace) +const int *sws_getCoefficients(int colorspace) { if (colorspace > 7 || colorspace < 0) colorspace = SWS_CS_DEFAULT;