# HG changeset patch # User stefano # Date 1265410485 0 # Node ID e6af8f398880d021dfa7b3aba55897e808a2b902 # Parent 9f36eccc490a7e06876d4b58c51cd2295938172e Satisfy consistency need: int * sws_getCoefficients -> int *sws_getCoefficients. diff -r 9f36eccc490a -r e6af8f398880 libswscale/swscale.h --- a/libswscale/swscale.h Fri Feb 05 17:35:48 2010 +0000 +++ b/libswscale/swscale.h Fri Feb 05 22:54:45 2010 +0000 @@ -108,7 +108,7 @@ * 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