# HG changeset patch # User reimar # Date 1278883845 0 # Node ID 39dbcbd0d1d57d780d0781b9112ead43234f58d8 # Parent c49231cc0f95069452f39efc82d5160bbb164303 Use the proper imgfmt names. diff -r c49231cc0f95 -r 39dbcbd0d1d5 libvo/vo_tga.c --- a/libvo/vo_tga.c Sun Jul 11 21:25:06 2010 +0000 +++ b/libvo/vo_tga.c Sun Jul 11 21:30:45 2010 +0000 @@ -194,8 +194,8 @@ static int query_format(uint32_t format) { switch(format){ - case IMGFMT_BGR|15: - case IMGFMT_BGR|24: + case IMGFMT_BGR15: + case IMGFMT_BGR24: case IMGFMT_BGRA: return VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW; }