diff --git a/trunk/src/rtmp/srs_protocol_stack.hpp b/trunk/src/rtmp/srs_protocol_stack.hpp index 3be8a30de..450beb548 100644 --- a/trunk/src/rtmp/srs_protocol_stack.hpp +++ b/trunk/src/rtmp/srs_protocol_stack.hpp @@ -81,7 +81,6 @@ public: /** * 3bytes. * 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;