[Mplayer-cvslog] CVS: main/libvo vosub_vidix.c,1.25,1.26
Nick Kurshev
nick at mplayer.dev.hu
Tue Feb 5 19:54:58 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv19559/main/libvo
Modified Files:
vosub_vidix.c
Log Message:
Enable 15bpp on server
Index: vosub_vidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vosub_vidix.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vosub_vidix.c 1 Feb 2002 08:51:52 -0000 1.25
+++ vosub_vidix.c 5 Feb 2002 18:54:41 -0000 1.26
@@ -504,6 +504,7 @@
case 4: err = ((vidix_fourcc.depth & VID_DEPTH_4BPP) != VID_DEPTH_4BPP); break;
case 8: err = ((vidix_fourcc.depth & VID_DEPTH_8BPP) != VID_DEPTH_8BPP); break;
case 12:err = ((vidix_fourcc.depth & VID_DEPTH_12BPP) != VID_DEPTH_12BPP); break;
+ case 15:err = ((vidix_fourcc.depth & VID_DEPTH_15BPP) != VID_DEPTH_15BPP); break;
case 16:err = ((vidix_fourcc.depth & VID_DEPTH_16BPP) != VID_DEPTH_16BPP); break;
case 24:err = ((vidix_fourcc.depth & VID_DEPTH_24BPP) != VID_DEPTH_24BPP); break;
case 32:err = ((vidix_fourcc.depth & VID_DEPTH_32BPP) != VID_DEPTH_32BPP); break;
More information about the MPlayer-cvslog
mailing list