From afcb1f93d897d03a255c546cdfab737c1e22cdee Mon Sep 17 00:00:00 2001 From: hyc Date: Sat, 13 Mar 2010 04:41:30 +0000 Subject: [PATCH] Hide _debug output git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@340 400ebc74-4327-4243-bc38-086b20814532 --- librtmp/rtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librtmp/rtmp.c b/librtmp/rtmp.c index 0dfe277..6cbad8e 100644 --- a/librtmp/rtmp.c +++ b/librtmp/rtmp.c @@ -2905,7 +2905,7 @@ Read_1_Packet(RTMP *r, char *buf, int buflen) 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); -- 2.50.1