summaryrefslogtreecommitdiffstats
path: root/video/out/hwdec/hwdec_cuda_vk.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/hwdec/hwdec_cuda_vk.c')
-rw-r--r--video/out/hwdec/hwdec_cuda_vk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/hwdec/hwdec_cuda_vk.c b/video/out/hwdec/hwdec_cuda_vk.c
index ad51d15b4e..70a0accf42 100644
--- a/video/out/hwdec/hwdec_cuda_vk.c
+++ b/video/out/hwdec/hwdec_cuda_vk.c
@@ -292,8 +292,8 @@ bool cuda_vk_init(const struct ra_hwdec *hw) {
return false;
}
} else {
- // This is not an error.
- return true;
+ // This is not a Vulkan RA.
+ return false;
}
if (!cu->cuImportExternalMemory) {