mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
优化代码
空构造和析构函数替换为缺省 去除多余分号
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
_interleaved = interleaved;
|
||||
}
|
||||
|
||||
virtual ~RtpInfo() {}
|
||||
virtual ~RtpInfo() = default;
|
||||
|
||||
//返回rtp负载最大长度
|
||||
size_t getMaxSize() const {
|
||||
|
||||
Reference in New Issue
Block a user