Skip to content
Permalink
Browse files

compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14

  • Loading branch information
BtbN committed May 8, 2017
1 parent 10f1bce commit 3d273dded7789318bbbe08462694322f4ddd5b21
Showing with 573 additions and 461 deletions.
  1. +1 −0 compat/cuda/dynlink_cuda.h
  2. +360 −289 compat/cuda/dynlink_cuviddec.h
  3. +212 −172 compat/cuda/dynlink_nvcuvid.h
@@ -43,6 +43,7 @@
typedef int CUdevice;
typedef void* CUarray;
typedef void* CUcontext;
typedef void* CUstream;
#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64)
typedef unsigned long long CUdeviceptr;
#else

0 comments on commit 3d273dd

Please sign in to comment.