summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/utils.c')
-rw-r--r--video/out/opengl/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/utils.c b/video/out/opengl/utils.c
index 64421b73a8..522ce04c0a 100644
--- a/video/out/opengl/utils.c
+++ b/video/out/opengl/utils.c
@@ -89,6 +89,7 @@ bool fbotex_change(struct fbotex *fbo, struct ra *ra, struct mp_log *log,
.src_linear = true,
.render_src = true,
.render_dst = true,
+ .blit_src = true,
};
fbo->tex = ra_tex_create(fbo->ra, &params);