Commit 10285f94 authored by stefano's avatar stefano

Apply consistency nit.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30729 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 927ed046
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment