1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-06 02:45:26 -04:00
Signed-off-by: Michael Seibt <github@roboschmie.de>
This commit is contained in:
RoboSchmied 2024-04-05 00:18:53 +02:00
parent 8e77ad01ad
commit 6947d892a0

View File

@ -65,7 +65,7 @@ public:
void write(const uint8_t *sampleByte, int nbSamples); void write(const uint8_t *sampleByte, int nbSamples);
protected: protected:
/** Reverse endianess in destination buffer */ /** Reverse endianness in destination buffer */
static void writeNetBuf(uint8_t *dest, const uint8_t *src, unsigned int elemLen, unsigned int bytesLen, bool endianReverse); static void writeNetBuf(uint8_t *dest, const uint8_t *src, unsigned int elemLen, unsigned int bytesLen, bool endianReverse);
static unsigned int elemLength(PayloadType payloadType); static unsigned int elemLength(PayloadType payloadType);