From 0a92faf2e386fdb82e46f5f194f7999db6366f42 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 23 Oct 2013 21:44:24 +0800 Subject: [PATCH] update timestamp comments --- trunk/src/core/srs_core_protocol.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/src/core/srs_core_protocol.hpp b/trunk/src/core/srs_core_protocol.hpp index 755d9d3aa..a7220851c 100755 --- a/trunk/src/core/srs_core_protocol.hpp +++ b/trunk/src/core/srs_core_protocol.hpp @@ -178,6 +178,7 @@ struct SrsMessageHeader /** * Three-byte field that contains a timestamp delta of the message. * The 4 bytes are packed in the big-endian order. + * @remark, only used for decoding message from chunk stream. */ int32_t timestamp_delta; /** @@ -189,6 +190,7 @@ struct SrsMessageHeader /** * Four-byte field that contains a timestamp of the message. * The 4 bytes are packed in the big-endian order. + * @remark, used as calc timestamp when decode and encode time. */ int32_t timestamp;