jim-nvenc-ver.h 168 B

1234567
  1. #pragma once
  2. #define NVENC_COMPAT_MAJOR_VER 11
  3. #define NVENC_COMPAT_MINOR_VER 1
  4. #define NVENC_COMPAT_VER \
  5. (NVENC_COMPAT_MAJOR_VER | (NVENC_COMPAT_MINOR_VER << 24))