[rtmpdump] r14 - rtmp.cpp

hyc subversion at mplayerhq.hu
Sat Oct 31 01:04:35 CET 2009


Author: hyc
Date: Sat Oct 31 01:04:35 2009
New Revision: 14

Log:
Oops, don't need m_ctrl_sid any more

Modified:
   rtmp.cpp

Modified: rtmp.cpp
==============================================================================
--- rtmp.cpp	Sat Oct 31 01:01:58 2009	(r13)
+++ rtmp.cpp	Sat Oct 31 01:04:35 2009	(r14)
@@ -1211,8 +1211,8 @@ void CRTMP::HandlePing(const RTMPPacket 
   if (packet.m_nBodySize >= 6) {
     switch(nType) {
     case 0:
-      m_ctrl_sid = ReadInt32(packet.m_body + 2);
-      Log(LOGDEBUG, "%s, Stream Begin %d", __FUNCTION__, m_ctrl_sid);
+      tmp = ReadInt32(packet.m_body + 2);
+      Log(LOGDEBUG, "%s, Stream Begin %d", __FUNCTION__, tmp);
       break;
 
     case 1:


More information about the rtmpdump mailing list