Fix render worker reuse and stabilize out-of-process video rendering

This commit is contained in:
2026-07-13 10:19:30 +08:00
parent 30e7153154
commit f6211f97a5
28 changed files with 1918 additions and 386 deletions
+3 -1
View File
@@ -496,7 +496,9 @@ void NodeTraverser::ResolveJobs(NodeValue &val)
GetCacheVideoParams().format());
tex = CreateTexture(managed_params);
ProcessVideoFootage(tex, fj, footage_time);
if (tex) {
ProcessVideoFootage(tex, fj, footage_time);
}
}
val.set_value(tex);