summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-05 22:54:45 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-05 22:54:45 +0000
commitb6a3b71cb2ed9dd674fda43eb843eead0786e0c3 (patch)
tree43f64036bb18753b7af286646fa6a089b3727dc4 /libswscale
parentde41d79d2ca369552e880d3a9b00a90de9c46261 (diff)
downloadmpv-b6a3b71cb2ed9dd674fda43eb843eead0786e0c3.tar.bz2
mpv-b6a3b71cb2ed9dd674fda43eb843eead0786e0c3.tar.xz
Satisfy consistency need:
int * sws_getCoefficients -> int *sws_getCoefficients. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30518 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index ba198aaf2f..9dee6b9453 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -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