comparison libswscale/swscale.h @ 30476:e6af8f398880

Satisfy consistency need: int * sws_getCoefficients -> int *sws_getCoefficients.
author stefano
date Fri, 05 Feb 2010 22:54:45 +0000
parents ef00ce26e9b5
children 4aea7f4c856e
comparison
equal deleted inserted replaced
30475:9f36eccc490a 30476:e6af8f398880
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 * @colorspace one of SWS_CS_* If invalid, SWS_CS_DEFAULT is used.
110 */ 110 */
111 const int * sws_getCoefficients(int colorspace); 111 const int *sws_getCoefficients(int colorspace);
112 112
113 113
114 // when used for filters they must have an odd number of elements 114 // when used for filters they must have an odd number of elements
115 // coeffs cannot be shared between vectors 115 // coeffs cannot be shared between vectors
116 typedef struct { 116 typedef struct {