初始提交

This commit is contained in:
xzl
2017-04-01 16:35:56 +08:00
parent aef0ecbcb9
commit 3f73024a9b
131 changed files with 18216 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/*
* RtspParserTester.cpp
*
* Created on: 2016年9月5日
* Author: xzl
*/
#include "RtspPlayerImp.h"
namespace ZL {
namespace Rtsp {
RtspPlayerImp::RtspPlayerImp() {
}
RtspPlayerImp::~RtspPlayerImp() {
DebugL<<endl;
teardown();
}
} /* namespace Rtsp */
} /* namespace ZL */