[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.73,1.74

Michael Niedermayer michael at mplayer.dev.hu
Thu Feb 21 17:57:38 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv27514/libvo

Modified Files:
	vo_x11.c 
Log Message:
unscaled yuv2rgb fix for big-endian systems


Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- vo_x11.c	21 Feb 2002 16:17:15 -0000	1.73
+++ vo_x11.c	21 Feb 2002 16:57:35 -0000	1.74
@@ -427,7 +427,7 @@
 //   return -1;
   }
   
-  if(mode==MODE_BGR)
+  if((mode==MODE_BGR) == (myximage->byte_order == LSBFirst) )
   {
     printf("hmm, arpi said that isnt used, contact the developers, thats weird\n" );
     return -1;




More information about the MPlayer-cvslog mailing list