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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/hwdec/hwdec_cuda_gl.c b/video/out/hwdec/hwdec_cuda_gl.c
index ba3d181a27..c87c372cfa 100644
--- a/video/out/hwdec/hwdec_cuda_gl.c
+++ b/video/out/hwdec/hwdec_cuda_gl.c
@@ -118,8 +118,8 @@ bool cuda_gl_init(const struct ra_hwdec *hw) {
return false;
}
} else {
- // This is not an error.
- return true;
+ // This is not an OpenGL RA.
+ return false;
}
CUdevice display_dev;