[FFmpeg-cvslog] r27583 - trunk/libswscale/swscale_internal.h
Alexander Beregalov
a.beregalov
Fri Sep 12 01:17:36 CEST 2008
Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h (original)
+++ trunk/libswscale/swscale_internal.h Fri Sep 12 00:02:15 2008
@@ -126,6 +126,7 @@ typedef struct SwsContext{
int srcColorspaceTable[4];
int dstColorspaceTable[4];
int srcRange, dstRange;
+ int oy,cy,cvr,cvg,cug,cub;
#define RED_DITHER "0*8"
#define GREEN_DITHER "1*8"
This commit is also broken, it will break build on Blackfin
In file included from rgb2rgb.c:34:
swscale_internal.h:184: error: duplicate member 'oy'
swscale_internal.h:187: error: duplicate member 'cy'
More information about the ffmpeg-cvslog
mailing list