[Mplayer-cvslog] CVS: main/libvo vo_3dfx.c,1.13,1.14
Alex Beregszaszi
alex at mplayerhq.hu
Mon May 27 19:18:08 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv2862
Modified Files:
vo_3dfx.c
Log Message:
revised query_format
Index: vo_3dfx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_3dfx.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vo_3dfx.c 17 Feb 2002 08:24:43 -0000 1.13
+++ vo_3dfx.c 27 May 2002 17:18:06 -0000 1.14
@@ -468,12 +468,13 @@
static uint32_t
query_format(uint32_t format)
{
+ /* does this supports scaling? up & down? */
switch(format){
case IMGFMT_YV12:
// case IMGFMT_YUY2:
// case IMGFMT_RGB|24:
// case IMGFMT_BGR|24:
- return 1;
+ return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW;
}
return 0;
}
More information about the MPlayer-cvslog
mailing list