Merge branch 'master' into hashremoval

This commit is contained in:
itsmattkc
2022-05-24 16:45:27 -07:00
6 changed files with 15 additions and 42 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ void RenderProcessor::ProcessVideoFootage(TexturePtr destination, const FootageJ
if (!IsCancelled()) {
VideoParams tex_params = decoder->GetParamsForTexture(p);
VideoParams tex_params = stream.video_params();
if (tex_params.is_valid()) {
TexturePtr unmanaged_texture = render_ctx_->CreateTexture(tex_params);