mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
Apply consistency nit.
Originally committed as revision 30729 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
11ab237e31
commit
8ebed38e7a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user