decklink-out: add mode support check, limit CreateVideoFrame error spam
This commit is contained in:
@@ -57,6 +57,7 @@ private:
|
||||
BMDTimeScale time_scale_ = 50000;
|
||||
|
||||
std::atomic<bool> playing_{false};
|
||||
int create_fail_count_ = 0;
|
||||
bool is_interlaced_ = false;
|
||||
long out_width_ = 1920;
|
||||
long out_height_ = 1080;
|
||||
|
||||
Reference in New Issue
Block a user