[Mplayer-cvslog] CVS: main/libvo vo_gif89a.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Mon May 27 19:44:35 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv11893
Modified Files:
vo_gif89a.c
Log Message:
revised query_format
Index: vo_gif89a.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gif89a.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vo_gif89a.c 13 May 2002 20:47:03 -0000 1.2
+++ vo_gif89a.c 27 May 2002 17:44:32 -0000 1.3
@@ -226,9 +226,10 @@
{
switch(format){
case IMGFMT_YV12:
+ return VFCAP_CSP_SUPPORTED | VFCAP_TIMER | VFCAP_ACCEPT_STRIDE;
case IMGFMT_RGB|24:
case IMGFMT_BGR|24:
- return 1 | VFCAP_TIMER | VFCAP_ACCEPT_STRIDE;
+ return VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW | VFCAP_OSD | VFCAP_TIMER;
}
return 0;
}
More information about the MPlayer-cvslog
mailing list