Skip to content

Bug in CrystalFrame compression

Guillaume Baulieu requested to merge compression into preprod

Get the pointer to signal AFTER resize to avoid pointer invalidation

The default signal size is 160. If the incoming signal size is bigger a resize is performed, invalidating the existing pointers.

Merge request reports