mirror of https://github.com/mpv-player/mpv
32bpp support not implemented - do not lie
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5028 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5c18ffdd1c
commit
97a8c27353
|
@ -373,10 +373,10 @@ query_format(uint32_t format) {
|
|||
*/
|
||||
switch(format){
|
||||
case IMGFMT_YV12:
|
||||
case IMGFMT_RGB|24:
|
||||
case IMGFMT_BGR|24:
|
||||
case IMGFMT_RGB|32:
|
||||
case IMGFMT_BGR|32:
|
||||
case IMGFMT_RGB24:
|
||||
case IMGFMT_BGR24:
|
||||
// case IMGFMT_RGB32:
|
||||
// case IMGFMT_BGR32:
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue