BGR formats are ok, too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15420 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-05-12 15:31:37 +00:00
parent 3a3f2a1ad5
commit 4515c02ea4
1 changed files with 4 additions and 2 deletions

View File

@ -180,8 +180,10 @@ static int open_tv(tvi_handle_t *tvh)
case IMGFMT_YUY2:
case IMGFMT_RGB32:
case IMGFMT_RGB24:
case IMGFMT_RGB16:
case IMGFMT_RGB15:
case IMGFMT_BGR32:
case IMGFMT_BGR24:
case IMGFMT_BGR16:
case IMGFMT_BGR15:
break;
default:
mp_msg(MSGT_TV, MSGL_ERR, "==================================================================\n");