Update RtpProcess.h
This commit is contained in:
parent
b8d17565d7
commit
532932fd2d
|
|
@ -102,7 +102,6 @@ private:
|
||||||
toolkit::Ticker _last_check_alive;
|
toolkit::Ticker _last_check_alive;
|
||||||
std::recursive_mutex _func_mtx;
|
std::recursive_mutex _func_mtx;
|
||||||
std::deque<std::function<void()> > _cached_func;
|
std::deque<std::function<void()> > _cached_func;
|
||||||
|
|
||||||
std::weak_ptr<RtcpContext> _help;
|
std::weak_ptr<RtcpContext> _help;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue