修复可能丢帧的bug

This commit is contained in:
xiongziliang
2019-08-02 11:09:17 +08:00
parent 35c324b6b4
commit a400b39fab
2 changed files with 4 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ private:
map<int,Track::Ptr> _track_map;
map<int,function<void()> > _trackReadyCallback;
bool _allTrackReady = false;
bool _anyTrackUnReady = false;
Ticker _ticker;
};