changeset 31654:827ea30d89ee

15 bpp tga format is little endian.
author reimar
date Sun, 11 Jul 2010 21:33:27 +0000
parents 39dbcbd0d1d5
children 0aeac13d3299
files libvo/vo_tga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;