Skip to content

nvcodec: fix bounds for auto-select GPU enumeration

Fixes the bounds-check for encoder auto-select GPU enumeration to be between 0-7 instead of 0-6. This should allow 8-GPU machines to work with nvautogpuh264enc & nvautogpuh265enc for the last enumerated GPU.

Merge request reports