[MPlayer-cvslog] r31720 - trunk/libvo/vo_tga.c
reimar
subversion at mplayerhq.hu
Sun Jul 11 23:33:27 CEST 2010
Author: reimar
Date: Sun Jul 11 23:33:27 2010
New Revision: 31720
Log:
15 bpp tga format is little endian.
Modified:
trunk/libvo/vo_tga.c
Modified: trunk/libvo/vo_tga.c
==============================================================================
--- trunk/libvo/vo_tga.c Sun Jul 11 23:30:45 2010 (r31719)
+++ trunk/libvo/vo_tga.c Sun Jul 11 23:33:27 2010 (r31720)
@@ -194,7 +194,7 @@ static int draw_frame(uint8_t * src[])
static int query_format(uint32_t format)
{
switch(format){
- case IMGFMT_BGR15:
+ case IMGFMT_BGR15LE:
case IMGFMT_BGR24:
case IMGFMT_BGRA:
return VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW;
More information about the MPlayer-cvslog
mailing list