vo_opengl: hwdec_ios: fix build

This commit is contained in:
wm4 2017-08-11 22:00:44 +02:00
parent c391640645
commit c20df5b3e1
1 changed files with 1 additions and 1 deletions

View File

@ -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];