aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppRtpChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppRtpChannel.cpp')
-rw-r--r--src/QXmppRtpChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppRtpChannel.cpp b/src/QXmppRtpChannel.cpp
index ba1df1bd..43086a33 100644
--- a/src/QXmppRtpChannel.cpp
+++ b/src/QXmppRtpChannel.cpp
@@ -139,7 +139,7 @@ void QXmppRtpChannel::datagramReceived(const QByteArray &ba)
stream >> sequence;
stream >> stamp;
stream >> ssrc;
- const bool marker = marker_type & 0x80;
+ //const bool marker = marker_type & 0x80;
const quint8 type = marker_type & 0x7f;
const qint64 packetLength = ba.size() - 12;