decklink-out: add mode support check, limit CreateVideoFrame error spam

This commit is contained in:
Johanness
2026-05-30 23:18:02 +03:00
parent b4f766fb9d
commit a3cd45cc49
2 changed files with 24 additions and 4 deletions
@@ -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;