Satisfy consistency need:

int * sws_getCoefficients  -> int *sws_getCoefficients.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30518 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
stefano 2010-02-05 22:54:45 +00:00
parent de41d79d2c
commit b6a3b71cb2
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const char *swscale_license(void);
* suitable for sws_setColorspaceDetails()
* @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used.
*/
const int * sws_getCoefficients(int colorspace);
const int *sws_getCoefficients(int colorspace);
// when used for filters they must have an odd number of elements