winlin

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

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