1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Fix typos in include files

This commit is contained in:
Daniele Forsi
2024-07-10 22:37:52 +02:00
parent 04ee258010
commit e56908b0c6
64 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ private:
QUdpSocket *m_udpSocket; //!< UDP socket to receive MPEG transport stream via
int m_udpByteCount; //!< Count of bytes received via UDP for bitrate calculation
int64_t m_udpAbsByteCount; //!< Count of bytes received via UDP since the begining
int64_t m_udpAbsByteCount; //!< Count of bytes received via UDP since the beginning
boost::chrono::steady_clock::time_point m_udpTimingStart; //!< When we last started counting UDP bytes
uint8_t m_udpBuffer[188*10];
int m_udpBufferIdx; //!< TS frame index into buffer