changeset 30477:4aea7f4c856e

Apply misc fixes to sws_getCoefficients() doxy.
author stefano
date Fri, 05 Feb 2010 22:56:59 +0000
parents e6af8f398880
children 838bbf6bc6ff
files libswscale/swscale.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.h	Fri Feb 05 22:54:45 2010 +0000
+++ b/libswscale/swscale.h	Fri Feb 05 22:56:59 2010 +0000
@@ -105,8 +105,10 @@
 
 /**
  * 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);