comparison libswscale/swscale_internal.h @ 27551:8202118fbaa1

100000000000000l, forgot to commit header change for r27580.
author michael
date Thu, 11 Sep 2008 22:02:15 +0000
parents fa98d451036f
children 021a1889cc26
comparison
equal deleted inserted replaced
27550:3f12d34131a9 27551:8202118fbaa1
124 //Colorspace stuff 124 //Colorspace stuff
125 int contrast, brightness, saturation; // for sws_getColorspaceDetails 125 int contrast, brightness, saturation; // for sws_getColorspaceDetails
126 int srcColorspaceTable[4]; 126 int srcColorspaceTable[4];
127 int dstColorspaceTable[4]; 127 int dstColorspaceTable[4];
128 int srcRange, dstRange; 128 int srcRange, dstRange;
129 int oy,cy,cvr,cvg,cug,cub;
129 130
130 #define RED_DITHER "0*8" 131 #define RED_DITHER "0*8"
131 #define GREEN_DITHER "1*8" 132 #define GREEN_DITHER "1*8"
132 #define BLUE_DITHER "2*8" 133 #define BLUE_DITHER "2*8"
133 #define Y_COEFF "3*8" 134 #define Y_COEFF "3*8"