Commit 7b268a9
committed
fix(engine): use undefined (not boolean false) when stripping HDR for libx264
The hdr field is { transfer: HdrTransfer } | undefined — not boolean.
Setting it to false produced a TS2322 type error. undefined is the correct
sentinel and matches how callers represent SDR throughout the codebase.1 parent 0c87c4b commit 7b268a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments