diff options
author | wm4 <wm4@nowhere> | 2017-10-17 09:28:00 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-17 09:28:00 +0200 |
commit | 747892209f0e4a18562099e419ab8f57cbeb3f59 (patch) | |
tree | 27ea51c5e0420d5ae5ab02deb0de5516c6431902 /video | |
parent | 77945b2c16e236e8551c1fe67339d2a4b4bf1d88 (diff) |
vo_rpi: fix build (probably)
Untested. If it works, fixes #4919.
Diffstat (limited to 'video')
-rw-r--r-- | video/out/vo_rpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c index 8b819af163..4322a3f478 100644 --- a/video/out/vo_rpi.c +++ b/video/out/vo_rpi.c @@ -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, }; |