From 5a70d4caa84b64b3462a7be8eeb2173e7bfdc09a Mon Sep 17 00:00:00 2001 From: hyc Date: Tue, 23 Mar 2010 01:14:13 +0000 Subject: [PATCH] Timestamp may be absolute or relative when read off the wire, but is always absolute when we return a pkt to caller git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@395 400ebc74-4327-4243-bc38-086b20814532 --- librtmp/rtmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h index 08766ae..06ea0ce 100644 --- a/librtmp/rtmp.h +++ b/librtmp/rtmp.h @@ -92,7 +92,7 @@ extern "C" BYTE m_packetType; BYTE m_hasAbsTimestamp; // timestamp absolute or relative? int m_nChannel; - uint32_t m_nTimeStamp; // absolute timestamp + uint32_t m_nTimeStamp; // timestamp int32_t m_nInfoField2; // last 4 bytes in a long header uint32_t m_nBodySize; uint32_t m_nBytesRead; -- 2.50.1