mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
decklink: Don't use error log if not supported
Using LOG_ERROR here isn't really necessary, it just means that there's no blackmagic support.
This commit is contained in:
@@ -7,7 +7,7 @@ DeckLinkDeviceDiscovery::DeckLinkDeviceDiscovery()
|
||||
{
|
||||
discovery = CreateDeckLinkDiscoveryInstance();
|
||||
if (discovery == nullptr)
|
||||
blog(LOG_ERROR, "Failed to create IDeckLinkDiscovery");
|
||||
blog(LOG_INFO, "No blackmagic support");
|
||||
}
|
||||
|
||||
DeckLinkDeviceDiscovery::~DeckLinkDeviceDiscovery(void)
|
||||
|
||||
Reference in New Issue
Block a user