1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-13 12:55:05 +02:00

Satisfy consistency need:

int * sws_getCoefficients  -> int *sws_getCoefficients.

Originally committed as revision 30518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Stefano Sabatini 2010-02-05 22:54:45 +00:00
parent 3f3dc76cb1
commit 89ee5c6897

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