mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 15:25:40 +00:00
Padding packets do not need the full structure. They just need a placeholder in the sequencer array. So, use pointers (with padding slots filled by nil) to save some memory. Also, don't need padding for audio (yet). As padding packets are used only for probing and we do not probe using audio tracks (yet).