[rtmpdump] r395 - trunk/librtmp/rtmp.h
hyc
subversion at mplayerhq.hu
Tue Mar 23 02:14:14 CET 2010
Author: hyc
Date: Tue Mar 23 02:14:13 2010
New Revision: 395
Log:
Timestamp may be absolute or relative when read off the wire, but is
always absolute when we return a pkt to caller
Modified:
trunk/librtmp/rtmp.h
Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h Tue Mar 23 02:11:58 2010 (r394)
+++ trunk/librtmp/rtmp.h Tue Mar 23 02:14:13 2010 (r395)
@@ -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;
More information about the rtmpdump
mailing list