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

pull/133/head
winlin 10 years ago
parent 9e35664510
commit 5a229e89bf

@ -100,7 +100,7 @@ public:
/** /**
* 4bytes. * 4bytes.
* Four-byte field that identifies the stream of the message. These * 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; int32_t stream_id;

Loading…
Cancel
Save