Mercurial > mplayer.hg
changeset 30687:6cef34c73074
Apply consistency nit.
author | stefano |
---|---|
date | Thu, 25 Feb 2010 21:12:38 +0000 |
parents | 688c1e685fe7 |
children | 748eade8a8dc |
files | libswscale/yuv2rgb.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/yuv2rgb.c Thu Feb 25 13:20:56 2010 +0000 +++ b/libswscale/yuv2rgb.c Thu Feb 25 21:12:38 2010 +0000 @@ -49,7 +49,7 @@ {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;