vo_tga: Use the proper imgfmt names

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31719 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-07-11 21:30:45 +00:00 committed by Uoti Urpala
parent a7308d3546
commit c2abfa3799
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,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;
}