diff libswscale/swscale_internal.h @ 27567:203ac2c7f613

Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
author michael
date Sat, 13 Sep 2008 11:52:03 +0000
parents 021a1889cc26
children 9cf6c7c5c7cd
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Sat Sep 13 03:28:15 2008 +0000
+++ b/libswscale/swscale_internal.h	Sat Sep 13 11:52:03 2008 +0000
@@ -126,7 +126,12 @@
     int srcColorspaceTable[4];
     int dstColorspaceTable[4];
     int srcRange, dstRange;
-    int oy,cy,cvr,cvg,cug,cub;
+    int yuv2rgb_y_offset;
+    int yuv2rgb_y_coeff;
+    int yuv2rgb_v2r_coeff;
+    int yuv2rgb_v2g_coeff;
+    int yuv2rgb_u2g_coeff;
+    int yuv2rgb_u2b_coeff;
 
 #define RED_DITHER            "0*8"
 #define GREEN_DITHER          "1*8"