[Mplayer-cvslog] CVS: main/libvo vo_aa.c,1.23,1.24
Arpi of Ize
arpi at mplayer.dev.hu
Sun Mar 10 18:46:25 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv17988
Modified Files:
vo_aa.c
Log Message:
32bpp support not implemented - do not lie
Index: vo_aa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- vo_aa.c 17 Feb 2002 08:24:43 -0000 1.23
+++ vo_aa.c 10 Mar 2002 17:46:22 -0000 1.24
@@ -373,10 +373,10 @@
*/
switch(format){
case IMGFMT_YV12:
- case IMGFMT_RGB|24:
- case IMGFMT_BGR|24:
- case IMGFMT_RGB|32:
- case IMGFMT_BGR|32:
+ case IMGFMT_RGB24:
+ case IMGFMT_BGR24:
+// case IMGFMT_RGB32:
+// case IMGFMT_BGR32:
return 1;
}
return 0;
More information about the MPlayer-cvslog
mailing list