summaryrefslogtreecommitdiffstats
path: root/libvo/vo_tga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_tga.c')
-rw-r--r--libvo/vo_tga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_tga.c b/libvo/vo_tga.c
index 659c6f66eb..982c71a270 100644
--- a/libvo/vo_tga.c
+++ b/libvo/vo_tga.c
@@ -193,7 +193,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;