]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext_cuda_internal.h
avformat/rtsp: Remove deprecated old options, rename stimeout->timeout
[ffmpeg] / libavutil / hwcontext_cuda_internal.h
index e1bc6ff3504a8e993a71bbfdb28c8eccb5c3528a..d5633c58d561948d63de7ed27cbacc3842768ab7 100644 (file)
@@ -31,6 +31,8 @@
 struct AVCUDADeviceContextInternal {
     CudaFunctions *cuda_dl;
     int is_allocated;
+    CUdevice cuda_device;
+    int flags;
 };
 
 #endif /* AVUTIL_HWCONTEXT_CUDA_INTERNAL_H */