From 5a229e89bf775ba0bc2f2fed7f9e30280d5dbb87 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 28 Dec 2014 15:11:55 +0800 Subject: [PATCH] refine the rtmp protocol stack comments, the stream id in little-endian. --- trunk/src/rtmp/srs_protocol_stack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;