-
fix(producer): correct hdrLayerStartTimes typo to hdrVideoStartTimes
发布于
2026-04-19 21:46:39 +00:00 The diagnostic logging block in executeRenderJob's HDR layer composite
path referenced an undeclaredhdrLayerStartTimesmap. The correct
variable, declared and populated earlier in the same function, is
hdrVideoStartTimes. The typo was introduced alongside the DOM-layer
masking work and broke the producer build/typecheck on CI.Made-with: Cursor
下载附件