mirror of
https://github.com/mpv-player/mpv
synced 2025-01-21 07:10:52 +00:00
revised query_format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6206 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
deb917e8fc
commit
6c4c98b7a1
@ -327,7 +327,11 @@ query_format(uint32_t format) {
|
||||
case IMGFMT_RGB24:
|
||||
case IMGFMT_Y8:
|
||||
case IMGFMT_Y800:
|
||||
return 1;
|
||||
return VFCAP_CSP_SUPPORTED
|
||||
#ifdef USE_OSD
|
||||
| VFCAP_OSD
|
||||
#endif
|
||||
;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user