OSDN Git Service

Apply consistency nit.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 25 Feb 2010 21:12:38 +0000 (21:12 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 25 Feb 2010 21:12:38 +0000 (21:12 +0000)
Originally committed as revision 30729 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/yuv2rgb.c

index a019bf7..2a05477 100644 (file)
@@ -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;