简化代码

This commit is contained in:
xiongziliang
2019-08-22 16:54:30 +08:00
parent 3b3e037ef0
commit fa030fa0cc
5 changed files with 10 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ private:
int64_t _start_dts = 0;
int64_t _dts_inc = 0;
bool _first = true;
std::shared_ptr<SmoothTicker> _ticker;
SmoothTicker _ticker;
};
}//namespace mediakit