tons of fixes

This commit is contained in:
JohannesItten
2026-07-07 23:41:05 +03:00
parent 6c6225d831
commit d3ef011319
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ class NDIInNode : public dmf::NodeBase {
}
// --- video flow ---
if (!config().contains("video_flow_id")) { log("no video output connected — exiting"); return; }
const auto video_flow_info = config().at("video_flow_id");
const auto video_flow_id = video_flow_info.at("id").get<std::string>();
const int width = video_flow_info.value("width", src.width);