[FFmpeg-cvslog] r30518 - trunk/libswscale/swscale.h

stefano subversion
Fri Feb 5 23:54:45 CET 2010


Author: stefano
Date: Fri Feb  5 23:54:45 2010
New Revision: 30518

Log:
Satisfy consistency need:
int * sws_getCoefficients  -> int *sws_getCoefficients.

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Fri Feb  5 18:35:48 2010	(r30517)
+++ trunk/libswscale/swscale.h	Fri Feb  5 23:54:45 2010	(r30518)
@@ -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



More information about the ffmpeg-cvslog mailing list