[Mplayer-cvslog] CVS: main/libvo vo_zr.c,1.15,1.16
Arpi of Ize
arpi at mplayerhq.hu
Thu May 30 13:21:08 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv15412
Modified Files:
vo_zr.c
Log Message:
10l - noticed by Terry Mohan <tmohan at users.sourceforge.net>
Index: vo_zr.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_zr.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vo_zr.c 27 May 2002 18:05:26 -0000 1.15
+++ vo_zr.c 30 May 2002 11:20:58 -0000 1.16
@@ -492,7 +492,7 @@
static uint32_t query_format(uint32_t format) {
if(format==IMGFMT_YV12 || format==IMGFMT_YUY2)
- return VFCAP_CSP_SUPPORTED|VFCAP_SUPPORTED_BY_HW;
+ return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW;
return 0;
}
More information about the MPlayer-cvslog
mailing list