mirror of https://github.com/mpv-player/mpv
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:
parent
1f93734fd8
commit
6fa77ca503
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue