Skip to content

decklink: Fix crash when probing without driver

If there is no decklink hardware/driver, the devices list is empty (NULL), so this needs to be checked before iterating over the list.

Merge request reports