Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-11-21 18:58:03 +00:00
parent 1f93734fd8
commit 6fa77ca503
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ static unsigned int outfmt_list[]={
IMGFMT_RGB32,
IMGFMT_BGR24,
IMGFMT_RGB24,
IMGFMT_RGB48LE,
IMGFMT_RGB48BE,
IMGFMT_BGR16,
IMGFMT_RGB16,
IMGFMT_BGR15,