From 797d5487667af0be9d2bcb8d07e5d285442d3261 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 19 Feb 2014 15:31:29 +0800 Subject: [PATCH] fix bug of comment, change version to 0.9.2 --- trunk/src/core/srs_core_protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core_protocol.cpp b/trunk/src/core/srs_core_protocol.cpp index c599811bf..1ab78e056 100644 --- a/trunk/src/core/srs_core_protocol.cpp +++ b/trunk/src/core/srs_core_protocol.cpp @@ -3364,7 +3364,7 @@ int SrsUserControlPacket::encode_packet(SrsStream* stream) stream->write_4bytes(event_data); // when event type is set buffer length, - // read the extra buffer length. + // write the extra buffer length. if (event_type == SrcPCUCSetBufferLength) { stream->write_2bytes(extra_data); srs_verbose("user control message, buffer_length=%d", extra_data);