Update of /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video
In directory sc8-pr-cvs1:/tmp/cvs-serv13023/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video
Modified Files:
mpeg3video.h
Log Message:
1.4 back out blue screen changes
Index: mpeg3video.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/mpeg3video.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mpeg3video.h 7 Sep 2002 07:34:51 -0000 1.2
--- mpeg3video.h 8 Feb 2003 18:24:58 -0000 1.3
***************
*** 159,172 ****
int pict_scal; /* picture spatial scalable extension */
int scalable_mode; /* sequence scalable extension */
- int alphaChannelValue;
- unsigned char blueScreenMappingR[256];
- unsigned char blueScreenMappingG[256];
- unsigned char blueScreenMappingB[256];
- unsigned char clipArray_Red[1028];
- unsigned char clipArray_Green[1028];
- unsigned char clipArray_Blue[1028];
- unsigned short clipArray16_Red[1028];
- unsigned short clipArray16_Green[1028];
- unsigned short clipArray16_Blue[1028];
} mpeg3video_t;
--- 159,162 ----
|