1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-04 16:01:14 -05: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);
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 unsigned int elemLength(PayloadType payloadType);