[Mplayer-cvslog] CVS: main/libvo osd_template.c,1.18,1.19
Michael Niedermayer CVS
michael at mplayerhq.hu
Mon Apr 21 19:24:50 CEST 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv21444
Modified Files:
osd_template.c
Log Message:
big endian yellow fix?
Index: osd_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/osd_template.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- osd_template.c 16 Mar 2002 17:12:19 -0000 1.18
+++ osd_template.c 21 Apr 2003 17:24:29 -0000 1.19
@@ -269,6 +269,9 @@
static inline void RENAME(vo_draw_alpha_rgb32)(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
int y;
PROFILE_START();
+#ifdef WORDS_BIGENDIAN
+ dstbase++;
+#endif
for(y=0;y<h;y++){
register int x;
#ifdef ARCH_X86
More information about the MPlayer-cvslog
mailing list