[MPlayer-cvslog] r31719 - trunk/libvo/vo_tga.c
reimar
subversion at mplayerhq.hu
Sun Jul 11 23:30:45 CEST 2010
Author: reimar
Date: Sun Jul 11 23:30:45 2010
New Revision: 31719
Log:
Use the proper imgfmt names.
Modified:
trunk/libvo/vo_tga.c
Modified: trunk/libvo/vo_tga.c
==============================================================================
--- trunk/libvo/vo_tga.c Sun Jul 11 23:25:06 2010 (r31718)
+++ trunk/libvo/vo_tga.c Sun Jul 11 23:30:45 2010 (r31719)
@@ -194,8 +194,8 @@ static int draw_frame(uint8_t * src[])
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;
}
More information about the MPlayer-cvslog
mailing list