Mercurial > mplayer.hg
changeset 30476:e6af8f398880
Satisfy consistency need:
int * sws_getCoefficients -> int *sws_getCoefficients.
author | stefano |
---|---|
date | Fri, 05 Feb 2010 22:54:45 +0000 |
parents | 9f36eccc490a |
children | 4aea7f4c856e |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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