obs-studio/plugins/obs-ffmpeg/obs-nvenc-ver.h
2023-05-20 01:31:18 -07:00

8 lines
168 B
C

#pragma once
#define NVENC_COMPAT_MAJOR_VER 11
#define NVENC_COMPAT_MINOR_VER 1
#define NVENC_COMPAT_VER \
(NVENC_COMPAT_MAJOR_VER | (NVENC_COMPAT_MINOR_VER << 24))