render: ensure correct yuv range handling

This commit is contained in:
itsmattkc
2022-07-20 23:16:08 -07:00
parent 5ea97f7a64
commit 187568324a
10 changed files with 96 additions and 176 deletions
+1
View File
@@ -548,6 +548,7 @@ ExportParams ExportDialog::GenerateParams() const
params.set_color_transform(video_tab_->CurrentOCIOColorSpace());
params.set_video_pix_fmt(video_tab_->pix_fmt());
params.set_video_color_range(video_tab_->yuv_range());
params.set_video_is_image_sequence(video_tab_->IsImageSequenceSet());
}