render: reimplemented deinterlacing with new shader-based format conversion

This commit is contained in:
itsmattkc
2022-08-08 14:05:11 -07:00
parent a270b1e3e1
commit 30b64d9b9c
5 changed files with 58 additions and 3 deletions
+1
View File
@@ -481,6 +481,7 @@ void RenderProcessor::ProcessVideoFootage(TexturePtr destination, const FootageJ
p.time = (stream_data.video_type() == VideoParams::kVideoTypeVideo) ? input_time : Decoder::kAnyTimecode;
p.cancelled = GetCancelPointer();
p.force_range = stream_data.color_range();
p.src_interlacing = stream_data.interlacing();
unmanaged_texture = decoder->RetrieveVideo(p);