Mercurial > mplayer.hg
changeset 36594:8c5bec08a72d
vo_corevideo: Fix VFCAP flags, adding ACCEPT_STRIDE and NOSLICES.
author | reimar |
---|---|
date | Wed, 22 Jan 2014 08:11:24 +0000 |
parents | daae52791ca3 |
children | 145d72a9f950 |
files | libvo/vo_corevideo.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_corevideo.m Wed Jan 22 08:07:31 2014 +0000 +++ b/libvo/vo_corevideo.m Wed Jan 22 08:11:24 2014 +0000 @@ -265,7 +265,7 @@ static int query_format(uint32_t format) { - const int supportflags = VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW | VFCAP_OSD | VFCAP_HWSCALE_UP | VFCAP_HWSCALE_DOWN; + const int supportflags = VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW | VFCAP_OSD | VFCAP_HWSCALE_UP | VFCAP_HWSCALE_DOWN | VFCAP_ACCEPT_STRIDE | VOCAP_NOSLICES; image_format = format; switch(format)