mirror of https://github.com/mpv-player/mpv
10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6236 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b95bb17a1
commit
e407e264df
|
@ -492,7 +492,7 @@ static uint32_t draw_frame(uint8_t * src[]) {
|
|||
|
||||
static uint32_t query_format(uint32_t format) {
|
||||
if(format==IMGFMT_YV12 || format==IMGFMT_YUY2)
|
||||
return VFCAP_CSP_SUPPORTED|VFCAP_SUPPORTED_BY_HW;
|
||||
return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue