From: hyc Date: Tue, 23 Mar 2010 01:14:13 +0000 (+0000) Subject: Timestamp may be absolute or relative when read off the wire, but is X-Git-Tag: v2.4~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a70d4caa84b64b3462a7be8eeb2173e7bfdc09a;p=rtmpdump 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 --- 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;