summaryrefslogtreecommitdiffstats
path: root/video/out/hwdec/hwdec_cuda_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/hwdec/hwdec_cuda_gl.c')
-rw-r--r--video/out/hwdec/hwdec_cuda_gl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/hwdec/hwdec_cuda_gl.c b/video/out/hwdec/hwdec_cuda_gl.c
index c87c372cfa..0e6160da87 100644
--- a/video/out/hwdec/hwdec_cuda_gl.c
+++ b/video/out/hwdec/hwdec_cuda_gl.c
@@ -164,6 +164,9 @@ bool cuda_gl_init(const struct ra_hwdec *hw) {
}
}
+ // We don't have a way to do a GPU sync after copying
+ p->do_full_sync = true;
+
p->ext_init = cuda_ext_gl_init;
p->ext_uninit = cuda_ext_gl_uninit;