[Mplayer-cvslog] CVS: main/libmpcodecs ve_divx4.c,1.3,1.4

Arpi of Ize arpi at mplayerhq.hu
Sat Apr 20 00:19:52 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv19471

Modified Files:
	ve_divx4.c 
Log Message:
flipped rgb fixed

Index: ve_divx4.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_divx4.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ve_divx4.c	13 Apr 2002 19:14:31 -0000	1.3
+++ ve_divx4.c	19 Apr 2002 22:19:42 -0000	1.4
@@ -132,9 +132,10 @@
 	return 3; // no conversion
     case IMGFMT_YUY2:
     case IMGFMT_UYVY:
+	return 1; // conversion
     case IMGFMT_RGB24:
     case IMGFMT_BGR24:
-	return 1; // conversion
+	return 1 | VFCAP_FLIPPED; // conversion+flipped
     }
     return 0;
 }




More information about the MPlayer-cvslog mailing list