bug-report for NVENC_SDK 7.1.9 (nvEncoderAPI.h)

Hello,

in the recent NVENC_SDK 7.1.9 in file common/nvEncoderAPI.h the struct _NV_ENCODE_API_FUNCTION_LIST has two nasty bugs:

PNVENCGETENCODEPRESETCOUNT      nvEncGetEncodeProfileGUIDCount;
PNVENCGETENCODEPRESETGUIDS      nvEncGetEncodeProfileGUIDs;

should probably be:

PNVENCGETENCODEPROFILEGUIDCOUNT nvEncGetEncodeProfileGUIDCount;
PNVENCGETENCODEPROFILEGUIDS     nvEncGetEncodeProfileGUIDs;

Can you confirm that, please.

Best,
Jens Henrik

ok … it is not really nasty, as both function definitions are equal - so nothing to worry about.
I can find the bug also in NVENC_API 7.0.1 and it might be in other versions before.