[FFmpeg-cvslog] r30519 - trunk/libswscale/swscale.h
stefano
subversion
Fri Feb 5 23:56:59 CET 2010
Author: stefano
Date: Fri Feb 5 23:56:59 2010
New Revision: 30519
Log:
Apply misc fixes to sws_getCoefficients() doxy.
Modified:
trunk/libswscale/swscale.h
Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h Fri Feb 5 23:54:45 2010 (r30518)
+++ trunk/libswscale/swscale.h Fri Feb 5 23:56:59 2010 (r30519)
@@ -105,8 +105,10 @@ const char *swscale_license(void);
/**
* Returns a pointer to yuv<->rgb coefficients for the given colorspace
- * suitable for sws_setColorspaceDetails()
- * @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used.
+ * suitable for sws_setColorspaceDetails().
+ *
+ * @param colorspace One of the SWS_CS_* macros. If invalid,
+ * SWS_CS_DEFAULT is used.
*/
const int *sws_getCoefficients(int colorspace);
More information about the ffmpeg-cvslog
mailing list