comparison libswscale/swscale.h @ 30477:4aea7f4c856e

Apply misc fixes to sws_getCoefficients() doxy.
author stefano
date Fri, 05 Feb 2010 22:56:59 +0000
parents e6af8f398880
children 23af929986ec
comparison
equal deleted inserted replaced
30476:e6af8f398880 30477:4aea7f4c856e
103 #define SWS_CS_SMPTE240M 7 103 #define SWS_CS_SMPTE240M 7
104 #define SWS_CS_DEFAULT 5 104 #define SWS_CS_DEFAULT 5
105 105
106 /** 106 /**
107 * Returns a pointer to yuv<->rgb coefficients for the given colorspace 107 * Returns a pointer to yuv<->rgb coefficients for the given colorspace
108 * suitable for sws_setColorspaceDetails() 108 * suitable for sws_setColorspaceDetails().
109 * @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used. 109 *
110 * @param colorspace One of the SWS_CS_* macros. If invalid,
111 * SWS_CS_DEFAULT is used.
110 */ 112 */
111 const int *sws_getCoefficients(int colorspace); 113 const int *sws_getCoefficients(int colorspace);
112 114
113 115
114 // when used for filters they must have an odd number of elements 116 // when used for filters they must have an odd number of elements