diff --git a/trunk/src/rtmp/srs_protocol_stack.hpp b/trunk/src/rtmp/srs_protocol_stack.hpp index bd8d7bce7..3be8a30de 100644 --- a/trunk/src/rtmp/srs_protocol_stack.hpp +++ b/trunk/src/rtmp/srs_protocol_stack.hpp @@ -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;