Merge branch 'master' into hashremoval

This commit is contained in:
itsmattkc
2022-05-24 13:13:49 -07:00
+1 -1
View File
@@ -463,7 +463,7 @@ void NodeTraverser::ResolveJobs(NodeValue &val, const TimeRange &range)
VideoParams managed_params = job.video_params();
managed_params.set_format(GetCacheVideoParams().format());
tex = CreateTexture(job.video_params());
tex = CreateTexture(managed_params);
ProcessVideoFootage(tex, job, footage_time);
}