[rtmpdump] r443 - trunk/librtmp/rtmp.c
hyc
subversion at mplayerhq.hu
Wed Apr 21 04:38:17 CEST 2010
Author: hyc
Date: Wed Apr 21 04:38:16 2010
New Revision: 443
Log:
Drop unneeded Debug
Modified:
trunk/librtmp/rtmp.c
Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c Wed Apr 21 04:36:36 2010 (r442)
+++ trunk/librtmp/rtmp.c Wed Apr 21 04:38:16 2010 (r443)
@@ -3887,7 +3887,7 @@ Read_1_Packet(RTMP *r, char *buf, int bu
* Update ext timestamp with this absolute offset in non-live mode
* otherwise report the relative one
*/
- RTMP_Log(RTMP_LOGDEBUG, "type: %02X, size: %d, pktTS: %dms, TS: %dms, bLiveStream: %d", packet.m_packetType, nPacketLen, packet.m_nTimeStamp, nTimeStamp, r->Link.bLiveStream);
+ /* RTMP_Log(RTMP_LOGDEBUG, "type: %02X, size: %d, pktTS: %dms, TS: %dms, bLiveStream: %d", packet.m_packetType, nPacketLen, packet.m_nTimeStamp, nTimeStamp, r->Link.bLiveStream); */
r->m_read.timestamp = r->Link.bLiveStream ? packet.m_nTimeStamp : nTimeStamp;
ret = size;
More information about the rtmpdump
mailing list