[rtmpdump] r340 - trunk/librtmp/rtmp.c
hyc
subversion at mplayerhq.hu
Sat Mar 13 05:41:31 CET 2010
Author: hyc
Date: Sat Mar 13 05:41:30 2010
New Revision: 340
Log:
Hide _debug output
Modified:
trunk/librtmp/rtmp.c
Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c Sat Mar 13 05:36:08 2010 (r339)
+++ trunk/librtmp/rtmp.c Sat Mar 13 05:41:30 2010 (r340)
@@ -2905,7 +2905,7 @@ Read_1_Packet(RTMP *r, char *buf, int bu
ret = RTMP_READ_IGNORE;
break;
}
-#if 1 /* _DEBUG */
+#ifdef _DEBUG
Log(LOGDEBUG, "type: %02X, size: %d, TS: %d ms, abs TS: %d",
packet.m_packetType, nPacketLen, packet.m_nTimeStamp,
packet.m_hasAbsTimestamp);
More information about the rtmpdump
mailing list