mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 04:11:03 +00:00
Apply consistency nit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30729 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2074d1a3e7
commit
83b756a65d
@ -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