mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
fame doesn't accept stride
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5616 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a1a3cd6af2
commit
d414a3f2f7
@ -81,7 +81,7 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
|
||||
case IMGFMT_YV12:
|
||||
case IMGFMT_I420:
|
||||
case IMGFMT_IYUV:
|
||||
return (vf_next_query_format(vf,fmt) & (~VFCAP_CSP_SUPPORTED_BY_HW));
|
||||
return (vf_next_query_format(vf,fmt) & (~(VFCAP_CSP_SUPPORTED_BY_HW|VFCAP_ACCEPT_STRIDE)));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user