vo_opengl: rpi: cosmetic change

I almost feel sorry wasting a commit on this.
This commit is contained in:
wm4 2016-09-15 14:29:11 +02:00
parent 8bfcae748c
commit cf5c3fc31a
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ static int recreate_dispmanx(struct MPGLContext *ctx)
.flags = DISPMANX_FLAGS_ALPHA_FROM_SOURCE,
.opacity = 0xFF,
};
p->window = vc_dispmanx_element_add(p->update, p->display, 1, &dst, 0,
&src, DISPMANX_PROTECTION_NONE, &alpha, 0, 0);
p->window = vc_dispmanx_element_add(p->update, p->display, 1, &dst, 0, &src,
DISPMANX_PROTECTION_NONE, &alpha, 0, 0);
if (!p->window) {
MP_FATAL(ctx->vo, "Could not add DISPMANX element.\n");
goto fail;