[idd] postprocess: separate calibrated frame branches

This commit is contained in:
Geoffrey McRae
2026-08-13 14:20:01 +10:00
parent 43d918b5f3
commit a8eb49fb17
7 changed files with 177 additions and 68 deletions

View File

@@ -63,6 +63,7 @@ static bool MakeGraphCfg(const D12FrameFormat& source,
cfg.srcWidth = source.width;
cfg.srcHeight = source.height;
cfg.src = src;
cfg.transform = D12::Transform(source.colorTransform);
cfg.width = checkpoint.width;
cfg.height = checkpoint.height;
cfg.checkpoint = output;