[FFmpeg-cvslog] r30729 - trunk/libswscale/yuv2rgb.c
stefano
subversion
Thu Feb 25 22:12:38 CET 2010
Author: stefano
Date: Thu Feb 25 22:12:38 2010
New Revision: 30729
Log:
Apply consistency nit.
Modified:
trunk/libswscale/yuv2rgb.c
Modified: trunk/libswscale/yuv2rgb.c
==============================================================================
--- trunk/libswscale/yuv2rgb.c Thu Feb 25 14:20:56 2010 (r30728)
+++ trunk/libswscale/yuv2rgb.c Thu Feb 25 22:12:38 2010 (r30729)
@@ -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;
More information about the ffmpeg-cvslog
mailing list