mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 13:47:04 +00:00
vo_opengl: hwdec_ios: fix build
This commit is contained in:
parent
c391640645
commit
c20df5b3e1
@ -189,7 +189,7 @@ static void mapper_unmap(struct ra_hwdec_mapper *mapper)
|
||||
static int mapper_map(struct ra_hwdec_mapper *mapper)
|
||||
{
|
||||
struct priv *p = mapper->priv;
|
||||
GL *gl = ra_gl_get(hw->ra);
|
||||
GL *gl = ra_gl_get(mapper->ra);
|
||||
|
||||
CVPixelBufferRelease(p->pbuf);
|
||||
p->pbuf = (CVPixelBufferRef)mapper->src->planes[3];
|
||||
|
Loading…
Reference in New Issue
Block a user