enable cuda (nv-codec-headers + pinned-picture fix); pkgrel 1.1, add .gitignore, regen .SRCINFO

This commit is contained in:
2026-06-20 17:55:53 +02:00
parent 137c257f00
commit df914067b3
4 changed files with 55 additions and 10 deletions
@@ -0,0 +1,8 @@
--- a/libvmaf/src/cuda/picture_cuda.c
+++ b/libvmaf/src/cuda/picture_cuda.c
@@ -143,6 +143,7 @@ int vmaf_cuda_picture_alloc_pinned(VmafPicture *pic, enum VmafPixelFormat pix_f
err |= vmaf_picture_priv_init(pic);
VmafPicturePrivate* priv = pic->priv;
+ priv->cuda.state = cuda_state;
priv->cuda.ctx = cuda_state->ctx;
err |= vmaf_picture_set_release_callback(pic, NULL, default_release_pinned_picture);