mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-18 08:05:17 +00:00
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
This commit is contained in:
@@ -133,7 +133,7 @@ int unpack_2bit_samples::work(int noutput_items,
|
||||
// Handle endian swap if needed
|
||||
if (swap_endian_items_)
|
||||
{
|
||||
work_buffer_.reserve(ninput_bytes);
|
||||
work_buffer_ = std::vector<int8_t>(ninput_bytes);
|
||||
swapEndianness(in, work_buffer_, item_size_, ninput_items);
|
||||
|
||||
in = const_cast<signed char const *>(&work_buffer_[0]);
|
||||
|
||||
Reference in New Issue
Block a user