发布

  • fix(producer): correct hdrLayerStartTimes typo to hdrVideoStartTimes

    frostbyte_neo 发布于 2026-04-19 21:46:39 +00:00

    The diagnostic logging block in executeRenderJob's HDR layer composite
    path referenced an undeclared hdrLayerStartTimes map. 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

    下载附件