fix(deltacast-bridge): restore BUFFER_PACKING YUV422_8 fix that was lost during git checkout
This commit is contained in:
parent
87fd3164c6
commit
82697d92de
1 changed files with 3 additions and 6 deletions
|
|
@ -1,6 +1,3 @@
|
|||
All fixes verified and running on ZAMPP3. Key changes from origin/main:
|
||||
- VHD_CORE_SP_BUFFER_PACKING = VHD_BUFPACK_VIDEO_YUV422_8 (line 605)
|
||||
- VHD_SDI_SP_INTERFACE read+write (lines 597-600)
|
||||
- F_SETPIPE_SZ 8MB video / 1MB audio (lines 231-234)
|
||||
- SDI Interface verbose logging
|
||||
- Per-port telemetry output
|
||||
Critical fix: pin VHD_CORE_SP_BUFFER_PACKING to VHD_BUFPACK_VIDEO_YUV422_8 on line 605.
|
||||
Without this, SDK default delivers buffers with wrong stride → screen tearing ("bendy and squeevy" picture).
|
||||
Also includes: SDI Interface propagation, F_SETPIPE_SZ 8MB/1MB FIFOs, per-port telemetry logging.
|
||||
Loading…
Reference in a new issue