|
@@ -806,7 +806,7 @@ static long long GetOBSFPS();
|
|
|
|
|
|
|
|
static inline bool IsDelayedDevice(const VideoConfig &config)
|
|
static inline bool IsDelayedDevice(const VideoConfig &config)
|
|
|
{
|
|
{
|
|
|
- return config.format >= VideoFormat::MJPEG ||
|
|
|
|
|
|
|
+ return config.format > VideoFormat::MJPEG ||
|
|
|
wstrstri(config.name.c_str(), L"elgato") != NULL ||
|
|
wstrstri(config.name.c_str(), L"elgato") != NULL ||
|
|
|
wstrstri(config.name.c_str(), L"stream engine") != NULL;
|
|
wstrstri(config.name.c_str(), L"stream engine") != NULL;
|
|
|
}
|
|
}
|