changeset 6235:3fbaae881e40

10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>
author arpi
date Thu, 30 May 2002 11:20:58 +0000
parents af0b011c9440
children 2b6de6021f5e
files libvo/vo_zr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_zr.c	Thu May 30 01:26:07 2002 +0000
+++ b/libvo/vo_zr.c	Thu May 30 11:20:58 2002 +0000
@@ -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;
 }