mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
fix bug of comment, change version to 0.9.2
This commit is contained in:
parent
980b53dfbe
commit
797d548766
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue