fix(deltacast-bridge): restore BUFFER_PACKING YUV422_8 fix that was lost during git checkout

This commit is contained in:
Zac Gaetano 2026-06-02 16:59:23 -04:00
parent 87fd3164c6
commit 82697d92de

View file

@ -1,6 +1,3 @@
All fixes verified and running on ZAMPP3. Key changes from origin/main: Critical fix: pin VHD_CORE_SP_BUFFER_PACKING to VHD_BUFPACK_VIDEO_YUV422_8 on line 605.
- VHD_CORE_SP_BUFFER_PACKING = VHD_BUFPACK_VIDEO_YUV422_8 (line 605) Without this, SDK default delivers buffers with wrong stride screen tearing ("bendy and squeevy" picture).
- VHD_SDI_SP_INTERFACE read+write (lines 597-600) Also includes: SDI Interface propagation, F_SETPIPE_SZ 8MB/1MB FIFOs, per-port telemetry logging.
- F_SETPIPE_SZ 8MB video / 1MB audio (lines 231-234)
- SDI Interface verbose logging
- Per-port telemetry output