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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user