mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 13:04:17 -04:00
def0a877db
Replace variable-length arrays used for DVB-S2 pilot symbol matching with std::vector allocations. Use vector::data() when passing buffers to the existing pointer-based match_ph_amp() function. This removes additional non-standard VLA usage and improves C++ portability without changing behavior. Signed-off-by: Robin Getz <rgetz503@gmail.com>