winlin

merge code

@@ -749,4 +749,3 @@ void SrsClient::on_stop() @@ -749,4 +749,3 @@ void SrsClient::on_stop()
749 } 749 }
750 #endif 750 #endif
751 } 751 }
752 -  
@@ -27,3 +27,4 @@ bool srs_is_system_control_error(int error_code) @@ -27,3 +27,4 @@ bool srs_is_system_control_error(int error_code)
27 { 27 {
28 return error_code == ERROR_CONTROL_RTMP_CLOSE; 28 return error_code == ERROR_CONTROL_RTMP_CLOSE;
29 } 29 }
  30 +
@@ -3365,4 +3365,3 @@ int SrsUserControlPacket::encode_packet(SrsStream* stream) @@ -3365,4 +3365,3 @@ int SrsUserControlPacket::encode_packet(SrsStream* stream)
3365 3365
3366 return ret; 3366 return ret;
3367 } 3367 }
3368 -  
@@ -1226,3 +1226,4 @@ int SrsRtmp::identify_play_client(SrsPlayPacket* req, SrsClientType& type, strin @@ -1226,3 +1226,4 @@ int SrsRtmp::identify_play_client(SrsPlayPacket* req, SrsClientType& type, strin
1226 1226
1227 return ret; 1227 return ret;
1228 } 1228 }
  1229 +