更新ZLToolKit(解决可能丢失事件的问题)

This commit is contained in:
xiongziliang
2019-01-18 10:16:36 +08:00
parent 059c118e95
commit 4ab1d4ca44
8 changed files with 22 additions and 19 deletions

View File

@@ -50,7 +50,6 @@ int main(int argc, char *argv[]) {
ErrorL << "\r\n测试方法:./test_player rtxp_url rtp_type\r\n"
<< "例如:./test_player rtsp://admin:123456@127.0.0.1/live/0 0\r\n"
<< endl;
Logger::Destory();
return 0;
}