# HG changeset patch # User arpi # Date 1022757658 0 # Node ID 3fbaae881e4002dc47cd0a2d51c0bad84eb37ca8 # Parent af0b011c94406c600fabb13c1a8405d73173267f 10l - noticed by Terry Mohan diff -r af0b011c9440 -r 3fbaae881e40 libvo/vo_zr.c --- 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; }