On 14/09/2023 15:29, Roman Arzumanyan wrote:
Thanks for the swift reply Timo, you're right about versioning.
However, I didn't find any existing CUDA API versioning macro unlike
that for Video Codec SDK API.
So I basically did the same thing as that in previous commit to
nvcodec-headers which barely adds new function pointer...
The usual approach is to rely on the ffnvcodec version.
Whenever you need a function from a specific version, bump the versions
in configure to the current version from git master and all the
respective old branches, since that will be the version of the next release.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".