nvenc: Fix build error with x86 msvc
__stdcall is accepted or ignored by the compiler on x64 but x86 is not the case. So the function definition should be consistent with declaration.
Fixes: #1039 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
__stdcall is accepted or ignored by the compiler on x64 but x86 is not the case. So the function definition should be consistent with declaration.
Fixes: #1039 (closed)