Skip to content

nvcodec: Fix broken ABI in cuda stub header to fix nvenc with opengl

Fix the broken ABI introduced by the commit 367e742e From CUDA Toolkit 3.2, size_t has been used in CUDA_MEMCPY2D structure instead of unsigned int.

Merge request reports