summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-17 09:28:00 +0200
committerwm4 <wm4@nowhere>2017-10-17 09:28:00 +0200
commit747892209f0e4a18562099e419ab8f57cbeb3f59 (patch)
tree27ea51c5e0420d5ae5ab02deb0de5516c6431902
parent77945b2c16e236e8551c1fe67339d2a4b4bf1d88 (diff)
downloadmpv-747892209f0e4a18562099e419ab8f57cbeb3f59.tar.bz2
mpv-747892209f0e4a18562099e419ab8f57cbeb3f59.tar.xz
vo_rpi: fix build (probably)
Untested. If it works, fixes #4919.
-rw-r--r--video/out/vo_rpi.c2
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,
};