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

refine the rtmp protocol stack comments, the stream id in little-endian.

This commit is contained in:
winlin 2014-12-28 15:11:55 +08:00
parent 9e35664510
commit 5a229e89bf

View file

@ -100,7 +100,7 @@ public:
/**
* 4bytes.
* Four-byte field that identifies the stream of the message. These
* bytes are set in big-endian format.
* bytes are set in little-endian format.
*/
int32_t stream_id;