Commit 89ee5c68 authored by Stefano Sabatini's avatar Stefano Sabatini

Satisfy consistency need:

int * sws_getCoefficients  -> int *sws_getCoefficients.

Originally committed as revision 30518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 3f3dc76c
......@@ -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
......
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