1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine rtmp protocol stack comments

This commit is contained in:
winlin 2014-12-28 15:16:34 +08:00
parent 5a229e89bf
commit 2d229b09be

View file

@ -81,7 +81,6 @@ public:
/** /**
* 3bytes. * 3bytes.
* Three-byte field that contains a timestamp delta of the message. * 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. * @remark, only used for decoding message from chunk stream.
*/ */
int32_t timestamp_delta; int32_t timestamp_delta;