# HG changeset patch # User reimar # Date 1278884007 0 # Node ID 827ea30d89ee03d1ae6c07d462dd951751c665cd # Parent 39dbcbd0d1d57d780d0781b9112ead43234f58d8 15 bpp tga format is little endian. diff -r 39dbcbd0d1d5 -r 827ea30d89ee libvo/vo_tga.c --- a/libvo/vo_tga.c Sun Jul 11 21:30:45 2010 +0000 +++ b/libvo/vo_tga.c Sun Jul 11 21:33:27 2010 +0000 @@ -194,7 +194,7 @@ 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;