winlin

for bug #143, build on centos5.

正在显示 100 个修改的文件 包含 105 行增加24 行删除

要显示太多修改。

为保证性能只显示 100 of 100+ 个文件。

@@ -498,3 +498,4 @@ int SrsAvcAacCodec::video_avc_demux(char* data, int size, SrsCodecSample* sample @@ -498,3 +498,4 @@ int SrsAvcAacCodec::video_avc_demux(char* data, int size, SrsCodecSample* sample
498 498
499 return ret; 499 return ret;
500 } 500 }
  501 +
@@ -281,3 +281,4 @@ public: @@ -281,3 +281,4 @@ public:
281 }; 281 };
282 282
283 #endif 283 #endif
  284 +
@@ -476,3 +476,4 @@ int SrsBandwidth::finial(SrsBandwidthSample& play_sample, SrsBandwidthSample& pu @@ -476,3 +476,4 @@ int SrsBandwidth::finial(SrsBandwidthSample& play_sample, SrsBandwidthSample& pu
476 476
477 return ret; 477 return ret;
478 } 478 }
  479 +
@@ -199,4 +199,4 @@ private: @@ -199,4 +199,4 @@ private:
199 virtual int finial(SrsBandwidthSample& play_sample, SrsBandwidthSample& publish_sample, int64_t start_time, int64_t& end_time); 199 virtual int finial(SrsBandwidthSample& play_sample, SrsBandwidthSample& publish_sample, int64_t start_time, int64_t& end_time);
200 }; 200 };
201 201
202 -#endif  
  202 +#endif
@@ -2156,7 +2156,7 @@ int SrsConfig::get_bw_check_interval_ms(string vhost) @@ -2156,7 +2156,7 @@ int SrsConfig::get_bw_check_interval_ms(string vhost)
2156 return SRS_CONF_DEFAULT_BANDWIDTH_INTERVAL * 1000; 2156 return SRS_CONF_DEFAULT_BANDWIDTH_INTERVAL * 1000;
2157 } 2157 }
2158 2158
2159 - return ::atof(conf->arg0().c_str()) * 1000; 2159 + return (int)(::atof(conf->arg0().c_str()) * 1000);
2160 } 2160 }
2161 2161
2162 int SrsConfig::get_bw_check_limit_kbps(string vhost) 2162 int SrsConfig::get_bw_check_limit_kbps(string vhost)
@@ -3316,3 +3316,4 @@ bool srs_directive_equals(SrsConfDirective* a, SrsConfDirective* b) @@ -3316,3 +3316,4 @@ bool srs_directive_equals(SrsConfDirective* a, SrsConfDirective* b)
3316 3316
3317 return true; 3317 return true;
3318 } 3318 }
  3319 +
@@ -986,4 +986,4 @@ bool srs_directive_equals(SrsConfDirective* a, SrsConfDirective* b); @@ -986,4 +986,4 @@ bool srs_directive_equals(SrsConfDirective* a, SrsConfDirective* b);
986 // global config 986 // global config
987 extern SrsConfig* _srs_config; 987 extern SrsConfig* _srs_config;
988 988
989 -#endif  
  989 +#endif
@@ -94,3 +94,4 @@ void SrsConnection::stop() @@ -94,3 +94,4 @@ void SrsConnection::stop()
94 srs_freep(pthread); 94 srs_freep(pthread);
95 } 95 }
96 96
  97 +
@@ -112,4 +112,4 @@ private: @@ -112,4 +112,4 @@ private:
112 virtual void stop(); 112 virtual void stop();
113 }; 113 };
114 114
115 -#endif  
  115 +#endif
@@ -551,3 +551,4 @@ int SrsDvr::on_video(SrsSharedPtrMessage* video) @@ -551,3 +551,4 @@ int SrsDvr::on_video(SrsSharedPtrMessage* video)
551 551
552 #endif 552 #endif
553 553
  554 +
@@ -219,3 +219,4 @@ public: @@ -219,3 +219,4 @@ public:
219 #endif 219 #endif
220 220
221 #endif 221 #endif
  222 +
@@ -722,3 +722,4 @@ void SrsPublishEdge::on_proxy_unpublish() @@ -722,3 +722,4 @@ void SrsPublishEdge::on_proxy_unpublish()
722 state = SrsEdgeStateInit; 722 state = SrsEdgeStateInit;
723 srs_trace("edge change from %d to state %d (init).", pstate, state); 723 srs_trace("edge change from %d to state %d (init).", pstate, state);
724 } 724 }
  725 +
@@ -218,3 +218,4 @@ public: @@ -218,3 +218,4 @@ public:
218 }; 218 };
219 219
220 #endif 220 #endif
  221 +
@@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 23
24 #include <srs_app_empty.hpp> 24 #include <srs_app_empty.hpp>
25 25
  26 +
@@ -30,3 +30,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -30,3 +30,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 #include <srs_core.hpp> 30 #include <srs_core.hpp>
31 31
32 #endif 32 #endif
  33 +
@@ -338,3 +338,4 @@ void SrsEncoder::encoder() @@ -338,3 +338,4 @@ void SrsEncoder::encoder()
338 338
339 #endif 339 #endif
340 340
  341 +
@@ -75,3 +75,4 @@ private: @@ -75,3 +75,4 @@ private:
75 #endif 75 #endif
76 76
77 #endif 77 #endif
  78 +
@@ -498,3 +498,4 @@ void SrsFFMPEG::stop() @@ -498,3 +498,4 @@ void SrsFFMPEG::stop()
498 498
499 #endif 499 #endif
500 500
  501 +
@@ -89,3 +89,4 @@ public: @@ -89,3 +89,4 @@ public:
89 #endif 89 #endif
90 90
91 #endif 91 #endif
  92 +
@@ -350,3 +350,4 @@ int SrsForwarder::forward() @@ -350,3 +350,4 @@ int SrsForwarder::forward()
350 return ret; 350 return ret;
351 } 351 }
352 352
  353 +
@@ -88,3 +88,4 @@ private: @@ -88,3 +88,4 @@ private:
88 }; 88 };
89 89
90 #endif 90 #endif
  91 +
@@ -92,3 +92,4 @@ void SrsHttpHeartbeat::heartbeat() @@ -92,3 +92,4 @@ void SrsHttpHeartbeat::heartbeat()
92 } 92 }
93 93
94 #endif 94 #endif
  95 +
@@ -49,3 +49,4 @@ public: @@ -49,3 +49,4 @@ public:
49 #endif 49 #endif
50 50
51 #endif 51 #endif
  52 +
@@ -993,8 +993,8 @@ int SrsHlsCache::on_publish(SrsHlsMuxer* muxer, SrsRequest* req, int64_t segment @@ -993,8 +993,8 @@ int SrsHlsCache::on_publish(SrsHlsMuxer* muxer, SrsRequest* req, int64_t segment
993 std::string stream = req->stream; 993 std::string stream = req->stream;
994 std::string app = req->app; 994 std::string app = req->app;
995 995
996 - int hls_fragment = _srs_config->get_hls_fragment(vhost);  
997 - int hls_window = _srs_config->get_hls_window(vhost); 996 + int hls_fragment = (int)_srs_config->get_hls_fragment(vhost);
  997 + int hls_window = (int)_srs_config->get_hls_window(vhost);
998 998
999 // get the hls path config 999 // get the hls path config
1000 std::string hls_path = _srs_config->get_hls_path(vhost); 1000 std::string hls_path = _srs_config->get_hls_path(vhost);
@@ -1531,3 +1531,4 @@ void SrsHls::hls_mux() @@ -1531,3 +1531,4 @@ void SrsHls::hls_mux()
1531 1531
1532 #endif 1532 #endif
1533 1533
  1534 +
@@ -346,4 +346,4 @@ private: @@ -346,4 +346,4 @@ private:
346 346
347 #endif 347 #endif
348 348
349 -#endif  
  349 +#endif
@@ -1089,3 +1089,4 @@ string SrsHttpUri::get_uri_field(string uri, http_parser_url* hp_u, http_parser_ @@ -1089,3 +1089,4 @@ string SrsHttpUri::get_uri_field(string uri, http_parser_url* hp_u, http_parser_
1089 } 1089 }
1090 1090
1091 #endif 1091 #endif
  1092 +
@@ -366,4 +366,4 @@ private: @@ -366,4 +366,4 @@ private:
366 366
367 #endif 367 #endif
368 368
369 -#endif  
  369 +#endif
@@ -615,3 +615,4 @@ int SrsHttpApi::process_request(SrsStSocket* skt, SrsHttpMessage* req) @@ -615,3 +615,4 @@ int SrsHttpApi::process_request(SrsStSocket* skt, SrsHttpMessage* req)
615 } 615 }
616 616
617 #endif 617 #endif
  618 +
@@ -188,3 +188,4 @@ private: @@ -188,3 +188,4 @@ private:
188 #endif 188 #endif
189 189
190 #endif 190 #endif
  191 +
@@ -150,3 +150,4 @@ int SrsHttpClient::connect(SrsHttpUri* uri) @@ -150,3 +150,4 @@ int SrsHttpClient::connect(SrsHttpUri* uri)
150 } 150 }
151 151
152 #endif 152 #endif
  153 +
@@ -65,3 +65,4 @@ private: @@ -65,3 +65,4 @@ private:
65 #endif 65 #endif
66 66
67 #endif 67 #endif
  68 +
@@ -595,3 +595,4 @@ int SrsHttpConn::process_request(SrsStSocket* skt, SrsHttpMessage* req) @@ -595,3 +595,4 @@ int SrsHttpConn::process_request(SrsStSocket* skt, SrsHttpMessage* req)
595 } 595 }
596 596
597 #endif 597 #endif
  598 +
@@ -105,3 +105,4 @@ private: @@ -105,3 +105,4 @@ private:
105 #endif 105 #endif
106 106
107 #endif 107 #endif
  108 +
@@ -327,3 +327,4 @@ void SrsHttpHooks::on_stop(string url, int client_id, string ip, SrsRequest* req @@ -327,3 +327,4 @@ void SrsHttpHooks::on_stop(string url, int client_id, string ip, SrsRequest* req
327 } 327 }
328 328
329 #endif 329 #endif
  330 +
@@ -103,3 +103,4 @@ public: @@ -103,3 +103,4 @@ public:
103 #endif 103 #endif
104 104
105 #endif 105 #endif
  106 +
@@ -463,3 +463,4 @@ int SrsIngester::on_reload_ingest_updated(string vhost, string ingest_id) @@ -463,3 +463,4 @@ int SrsIngester::on_reload_ingest_updated(string vhost, string ingest_id)
463 } 463 }
464 464
465 #endif 465 #endif
  466 +
@@ -94,3 +94,4 @@ public: @@ -94,3 +94,4 @@ public:
94 94
95 #endif 95 #endif
96 #endif 96 #endif
  97 +
@@ -892,3 +892,4 @@ const nx_json* nx_json_item(const nx_json* json, int idx) { @@ -892,3 +892,4 @@ const nx_json* nx_json_item(const nx_json* json, int idx) {
892 892
893 #endif 893 #endif
894 894
  895 +
@@ -220,4 +220,4 @@ that is: @@ -220,4 +220,4 @@ that is:
220 #define __SRS_JARRAY_START "[" 220 #define __SRS_JARRAY_START "["
221 #define __SRS_JARRAY_END "]" 221 #define __SRS_JARRAY_END "]"
222 222
223 -#endif  
  223 +#endif
@@ -284,3 +284,4 @@ void SrsKbpsLimit::send_limit() @@ -284,3 +284,4 @@ void SrsKbpsLimit::send_limit()
284 } 284 }
285 } 285 }
286 286
  287 +
@@ -224,4 +224,4 @@ public: @@ -224,4 +224,4 @@ public:
224 virtual void send_limit(); 224 virtual void send_limit();
225 }; 225 };
226 226
227 -#endif  
  227 +#endif
@@ -378,3 +378,4 @@ void SrsFastLog::open_log_file() @@ -378,3 +378,4 @@ void SrsFastLog::open_log_file()
378 ); 378 );
379 } 379 }
380 } 380 }
  381 +
@@ -94,3 +94,4 @@ private: @@ -94,3 +94,4 @@ private:
94 }; 94 };
95 95
96 #endif 96 #endif
  97 +
@@ -184,3 +184,4 @@ int64_t SrsPithyPrint::age() @@ -184,3 +184,4 @@ int64_t SrsPithyPrint::age()
184 return _age; 184 return _age;
185 } 185 }
186 186
  187 +
@@ -96,4 +96,4 @@ public: @@ -96,4 +96,4 @@ public:
96 virtual int64_t age(); 96 virtual int64_t age();
97 }; 97 };
98 98
99 -#endif  
  99 +#endif
@@ -94,3 +94,4 @@ int SrsRefer::check_single_refer(std::string page_url, std::string refer) @@ -94,3 +94,4 @@ int SrsRefer::check_single_refer(std::string page_url, std::string refer)
94 return ret; 94 return ret;
95 } 95 }
96 96
  97 +
@@ -49,4 +49,4 @@ private: @@ -49,4 +49,4 @@ private:
49 virtual int check_single_refer(std::string page_url, std::string refer); 49 virtual int check_single_refer(std::string page_url, std::string refer);
50 }; 50 };
51 51
52 -#endif  
  52 +#endif
@@ -160,3 +160,4 @@ int ISrsReloadHandler::on_reload_ingest_updated(string /*vhost*/, string /*inges @@ -160,3 +160,4 @@ int ISrsReloadHandler::on_reload_ingest_updated(string /*vhost*/, string /*inges
160 return ERROR_SUCCESS; 160 return ERROR_SUCCESS;
161 } 161 }
162 162
  163 +
@@ -71,4 +71,4 @@ public: @@ -71,4 +71,4 @@ public:
71 virtual int on_reload_ingest_updated(std::string vhost, std::string ingest_id); 71 virtual int on_reload_ingest_updated(std::string vhost, std::string ingest_id);
72 }; 72 };
73 73
74 -#endif  
  74 +#endif
@@ -197,13 +197,13 @@ int SrsRtmpConn::service_cycle() @@ -197,13 +197,13 @@ int SrsRtmpConn::service_cycle()
197 { 197 {
198 int ret = ERROR_SUCCESS; 198 int ret = ERROR_SUCCESS;
199 199
200 - if ((ret = rtmp->set_window_ack_size(2.5 * 1000 * 1000)) != ERROR_SUCCESS) { 200 + if ((ret = rtmp->set_window_ack_size((int)(2.5 * 1000 * 1000))) != ERROR_SUCCESS) {
201 srs_error("set window acknowledgement size failed. ret=%d", ret); 201 srs_error("set window acknowledgement size failed. ret=%d", ret);
202 return ret; 202 return ret;
203 } 203 }
204 srs_verbose("set window acknowledgement size success"); 204 srs_verbose("set window acknowledgement size success");
205 205
206 - if ((ret = rtmp->set_peer_bandwidth(2.5 * 1000 * 1000, 2)) != ERROR_SUCCESS) { 206 + if ((ret = rtmp->set_peer_bandwidth((int)(2.5 * 1000 * 1000), 2)) != ERROR_SUCCESS) {
207 srs_error("set peer bandwidth failed. ret=%d", ret); 207 srs_error("set peer bandwidth failed. ret=%d", ret);
208 return ret; 208 return ret;
209 } 209 }
@@ -1124,3 +1124,4 @@ void SrsRtmpConn::http_hooks_on_stop() @@ -1124,3 +1124,4 @@ void SrsRtmpConn::http_hooks_on_stop()
1124 1124
1125 return; 1125 return;
1126 } 1126 }
  1127 +
@@ -106,3 +106,4 @@ private: @@ -106,3 +106,4 @@ private:
106 }; 106 };
107 107
108 #endif 108 #endif
  109 +
@@ -1049,3 +1049,4 @@ int SrsServer::on_reload_http_stream_updated() @@ -1049,3 +1049,4 @@ int SrsServer::on_reload_http_stream_updated()
1049 1049
1050 return ret; 1050 return ret;
1051 } 1051 }
  1052 +
@@ -243,4 +243,4 @@ public: @@ -243,4 +243,4 @@ public:
243 virtual int on_reload_http_stream_updated(); 243 virtual int on_reload_http_stream_updated();
244 }; 244 };
245 245
246 -#endif  
  246 +#endif
@@ -1555,3 +1555,4 @@ void SrsSource::destroy_forwarders() @@ -1555,3 +1555,4 @@ void SrsSource::destroy_forwarders()
1555 forwarders.clear(); 1555 forwarders.clear();
1556 } 1556 }
1557 1557
  1558 +
@@ -395,4 +395,4 @@ private: @@ -395,4 +395,4 @@ private:
395 virtual void destroy_forwarders(); 395 virtual void destroy_forwarders();
396 }; 396 };
397 397
398 -#endif  
  398 +#endif
@@ -35,3 +35,4 @@ void srs_close_stfd(st_netfd_t& stfd) @@ -35,3 +35,4 @@ void srs_close_stfd(st_netfd_t& stfd)
35 close(fd); 35 close(fd);
36 } 36 }
37 } 37 }
  38 +
@@ -36,3 +36,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -36,3 +36,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36 extern void srs_close_stfd(st_netfd_t& stfd); 36 extern void srs_close_stfd(st_netfd_t& stfd);
37 37
38 #endif 38 #endif
  39 +
@@ -172,3 +172,4 @@ int SrsStSocket::writev(const iovec *iov, int iov_size, ssize_t* nwrite) @@ -172,3 +172,4 @@ int SrsStSocket::writev(const iovec *iov, int iov_size, ssize_t* nwrite)
172 return ret; 172 return ret;
173 } 173 }
174 174
  175 +
@@ -69,4 +69,4 @@ public: @@ -69,4 +69,4 @@ public:
69 virtual int writev(const iovec *iov, int iov_size, ssize_t* nwrite); 69 virtual int writev(const iovec *iov, int iov_size, ssize_t* nwrite);
70 }; 70 };
71 71
72 -#endif  
  72 +#endif
@@ -199,3 +199,4 @@ void* SrsThread::thread_fun(void* arg) @@ -199,3 +199,4 @@ void* SrsThread::thread_fun(void* arg)
199 199
200 return NULL; 200 return NULL;
201 } 201 }
  202 +
@@ -147,3 +147,4 @@ private: @@ -147,3 +147,4 @@ private:
147 }; 147 };
148 148
149 #endif 149 #endif
  150 +
@@ -1119,3 +1119,4 @@ void srs_api_dump_summaries(std::stringstream& ss) @@ -1119,3 +1119,4 @@ void srs_api_dump_summaries(std::stringstream& ss)
1119 << __SRS_JOBJECT_END 1119 << __SRS_JOBJECT_END
1120 << __SRS_JOBJECT_END; 1120 << __SRS_JOBJECT_END;
1121 } 1121 }
  1122 +
@@ -627,3 +627,4 @@ std::string srs_get_peer_ip(int fd); @@ -627,3 +627,4 @@ std::string srs_get_peer_ip(int fd);
627 void srs_api_dump_summaries(std::stringstream& ss); 627 void srs_api_dump_summaries(std::stringstream& ss);
628 628
629 #endif 629 #endif
  630 +
@@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 23
24 #include <srs_core.hpp> 24 #include <srs_core.hpp>
25 25
  26 +
@@ -97,3 +97,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -97,3 +97,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97 className& operator= (const className&) 97 className& operator= (const className&)
98 98
99 #endif 99 #endif
  100 +
@@ -22,3 +22,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -22,3 +22,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 */ 22 */
23 23
24 #include <srs_core_autofree.hpp> 24 #include <srs_core_autofree.hpp>
  25 +
@@ -66,4 +66,4 @@ public: @@ -66,4 +66,4 @@ public:
66 } 66 }
67 }; 67 };
68 68
69 -#endif  
  69 +#endif
@@ -102,3 +102,4 @@ int SrsBuffer::grow(ISrsBufferReader* reader, int required_size) @@ -102,3 +102,4 @@ int SrsBuffer::grow(ISrsBufferReader* reader, int required_size)
102 return ret; 102 return ret;
103 } 103 }
104 104
  105 +
@@ -91,4 +91,4 @@ public: @@ -91,4 +91,4 @@ public:
91 virtual int grow(ISrsBufferReader* reader, int required_size); 91 virtual int grow(ISrsBufferReader* reader, int required_size);
92 }; 92 };
93 93
94 -#endif  
  94 +#endif
@@ -115,3 +115,4 @@ bool SrsFlvCodec::audio_is_aac(char* data, int size) @@ -115,3 +115,4 @@ bool SrsFlvCodec::audio_is_aac(char* data, int size)
115 115
116 return sound_format == SrsCodecAudioAAC; 116 return sound_format == SrsCodecAudioAAC;
117 } 117 }
  118 +
@@ -177,4 +177,4 @@ public: @@ -177,4 +177,4 @@ public:
177 static bool audio_is_aac(char* data, int size); 177 static bool audio_is_aac(char* data, int size);
178 }; 178 };
179 179
180 -#endif  
  180 +#endif
@@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -23,3 +23,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 23
24 #include <srs_kernel_consts.hpp> 24 #include <srs_kernel_consts.hpp>
25 25
  26 +
@@ -263,3 +263,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -263,3 +263,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
263 #define SRS_CONSTS_HTTP_HTTPVersionNotSupported_str "HTTP Version Not Supported" 263 #define SRS_CONSTS_HTTP_HTTPVersionNotSupported_str "HTTP Version Not Supported"
264 264
265 #endif 265 #endif
  266 +
@@ -35,3 +35,4 @@ bool srs_is_client_gracefully_close(int error_code) @@ -35,3 +35,4 @@ bool srs_is_client_gracefully_close(int error_code)
35 || error_code == ERROR_SOCKET_READ_FULLY 35 || error_code == ERROR_SOCKET_READ_FULLY
36 || error_code == ERROR_SOCKET_WRITE; 36 || error_code == ERROR_SOCKET_WRITE;
37 } 37 }
  38 +
@@ -202,3 +202,4 @@ extern bool srs_is_client_gracefully_close(int error_code); @@ -202,3 +202,4 @@ extern bool srs_is_client_gracefully_close(int error_code);
202 */ 202 */
203 203
204 #endif 204 #endif
  205 +
@@ -212,3 +212,4 @@ int SrsFileReader::read(void* buf, size_t count, ssize_t* pnread) @@ -212,3 +212,4 @@ int SrsFileReader::read(void* buf, size_t count, ssize_t* pnread)
212 212
213 return ret; 213 return ret;
214 } 214 }
  215 +
@@ -91,3 +91,4 @@ public: @@ -91,3 +91,4 @@ public:
91 }; 91 };
92 92
93 #endif 93 #endif
  94 +
@@ -525,3 +525,4 @@ int SrsFlvVodStreamDecoder::lseek(int64_t offset) @@ -525,3 +525,4 @@ int SrsFlvVodStreamDecoder::lseek(int64_t offset)
525 return ret; 525 return ret;
526 } 526 }
527 527
  528 +
@@ -175,3 +175,4 @@ public: @@ -175,3 +175,4 @@ public:
175 }; 175 };
176 176
177 #endif 177 #endif
  178 +
@@ -75,3 +75,4 @@ int ISrsThreadContext::get_id() @@ -75,3 +75,4 @@ int ISrsThreadContext::get_id()
75 return 0; 75 return 0;
76 } 76 }
77 77
  78 +
@@ -150,3 +150,4 @@ extern ISrsThreadContext* _srs_context; @@ -150,3 +150,4 @@ extern ISrsThreadContext* _srs_context;
150 #endif 150 #endif
151 151
152 #endif 152 #endif
  153 +
@@ -252,3 +252,4 @@ void SrsStream::write_bytes(char* data, int size) @@ -252,3 +252,4 @@ void SrsStream::write_bytes(char* data, int size)
252 p += size; 252 p += size;
253 } 253 }
254 254
  255 +
@@ -154,4 +154,4 @@ public: @@ -154,4 +154,4 @@ public:
154 virtual void write_bytes(char* data, int size); 154 virtual void write_bytes(char* data, int size);
155 }; 155 };
156 156
157 -#endif  
  157 +#endif
@@ -215,3 +215,4 @@ bool srs_string_ends_with(string str, string flag) @@ -215,3 +215,4 @@ bool srs_string_ends_with(string str, string flag)
215 { 215 {
216 return str.rfind(flag) == str.length() - flag.length(); 216 return str.rfind(flag) == str.length() - flag.length();
217 } 217 }
  218 +
@@ -60,3 +60,4 @@ extern std::string srs_string_remove(std::string str, std::string remove_chars); @@ -60,3 +60,4 @@ extern std::string srs_string_remove(std::string str, std::string remove_chars);
60 extern bool srs_string_ends_with(std::string str, std::string flag); 60 extern bool srs_string_ends_with(std::string str, std::string flag);
61 61
62 #endif 62 #endif
  63 +
@@ -393,3 +393,4 @@ int SrsBandwidthClient::final(SrsBandwidthPacket** ppkt) @@ -393,3 +393,4 @@ int SrsBandwidthClient::final(SrsBandwidthPacket** ppkt)
393 393
394 return ret; 394 return ret;
395 } 395 }
  396 +
@@ -87,3 +87,4 @@ private: @@ -87,3 +87,4 @@ private:
87 }; 87 };
88 88
89 #endif 89 #endif
  90 +
@@ -203,3 +203,4 @@ int SimpleSocketStream::write(void* buf, size_t size, ssize_t* nwrite) @@ -203,3 +203,4 @@ int SimpleSocketStream::write(void* buf, size_t size, ssize_t* nwrite)
203 return ret; 203 return ret;
204 } 204 }
205 205
  206 +
@@ -72,3 +72,4 @@ public: @@ -72,3 +72,4 @@ public:
72 }; 72 };
73 73
74 #endif 74 #endif
  75 +
@@ -996,3 +996,4 @@ char* srs_amf0_human_print(srs_amf0_t amf0, char** pdata, int* psize) @@ -996,3 +996,4 @@ char* srs_amf0_human_print(srs_amf0_t amf0, char** pdata, int* psize)
996 #ifdef __cplusplus 996 #ifdef __cplusplus
997 } 997 }
998 #endif 998 #endif
  999 +
@@ -304,3 +304,4 @@ char* srs_amf0_human_print(srs_amf0_t amf0, char** pdata, int* psize); @@ -304,3 +304,4 @@ char* srs_amf0_human_print(srs_amf0_t amf0, char** pdata, int* psize);
304 #endif 304 #endif
305 305
306 #endif 306 #endif
  307 +
@@ -189,3 +189,4 @@ int run_master() @@ -189,3 +189,4 @@ int run_master()
189 189
190 return 0; 190 return 0;
191 } 191 }
  192 +
@@ -1738,3 +1738,4 @@ namespace _srs_internal @@ -1738,3 +1738,4 @@ namespace _srs_internal
1738 return value->write(stream); 1738 return value->write(stream);
1739 } 1739 }
1740 } 1740 }
  1741 +
@@ -784,4 +784,4 @@ namespace _srs_internal @@ -784,4 +784,4 @@ namespace _srs_internal
784 extern int srs_amf0_write_any(SrsStream* stream, SrsAmf0Any* value); 784 extern int srs_amf0_write_any(SrsStream* stream, SrsAmf0Any* value);
785 }; 785 };
786 786
787 -#endif  
  787 +#endif
@@ -1250,3 +1250,4 @@ int SrsComplexHandshake::handshake_with_server(SrsHandshakeBytes* hs_bytes, ISrs @@ -1250,3 +1250,4 @@ int SrsComplexHandshake::handshake_with_server(SrsHandshakeBytes* hs_bytes, ISrs
1250 } 1250 }
1251 #endif 1251 #endif
1252 1252
  1253 +
@@ -362,4 +362,4 @@ public: @@ -362,4 +362,4 @@ public:
362 virtual int handshake_with_server(SrsHandshakeBytes* hs_bytes, ISrsProtocolReaderWriter* io); 362 virtual int handshake_with_server(SrsHandshakeBytes* hs_bytes, ISrsProtocolReaderWriter* io);
363 }; 363 };
364 364
365 -#endif  
  365 +#endif
@@ -62,3 +62,4 @@ ISrsProtocolReaderWriter::ISrsProtocolReaderWriter() @@ -62,3 +62,4 @@ ISrsProtocolReaderWriter::ISrsProtocolReaderWriter()
62 ISrsProtocolReaderWriter::~ISrsProtocolReaderWriter() 62 ISrsProtocolReaderWriter::~ISrsProtocolReaderWriter()
63 { 63 {
64 } 64 }
  65 +
@@ -167,3 +167,4 @@ public: @@ -167,3 +167,4 @@ public:
167 }; 167 };
168 168
169 #endif 169 #endif
  170 +
@@ -49,3 +49,4 @@ SrsSharedPtrMessageArray::~SrsSharedPtrMessageArray() @@ -49,3 +49,4 @@ SrsSharedPtrMessageArray::~SrsSharedPtrMessageArray()
49 srs_freep(msgs); 49 srs_freep(msgs);
50 } 50 }
51 51
  52 +
@@ -61,3 +61,4 @@ public: @@ -61,3 +61,4 @@ public:
61 }; 61 };
62 62
63 #endif 63 #endif
  64 +
@@ -1472,3 +1472,4 @@ int SrsRtmpServer::identify_play_client(SrsPlayPacket* req, SrsRtmpConnType& typ @@ -1472,3 +1472,4 @@ int SrsRtmpServer::identify_play_client(SrsPlayPacket* req, SrsRtmpConnType& typ
1472 return ret; 1472 return ret;
1473 } 1473 }
1474 1474
  1475 +