vo_rpi: fix build (probably)

Untested. If it works, fixes #4919.
This commit is contained in:
wm4 2017-10-17 09:28:00 +02:00
parent 77945b2c16
commit 747892209f
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static void update_osd(struct vo *vo)
MP_STATS(vo, "start rpi_osd");
struct vo_frame frame = {0};
struct fbodst target = {
struct ra_fbo target = {
.tex = ra_create_wrapped_fb(p->egl.ra, 0, p->osd_res.w, p->osd_res.h),
.flip = true,
};