1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix build fail

This commit is contained in:
winlin 2020-09-19 10:41:58 +08:00
parent 64705d1cc8
commit 1661876633
4 changed files with 12 additions and 0 deletions

View file

@ -348,6 +348,7 @@ private:
public:
virtual srs_error_t cycle();
virtual std::string remote_ip();
virtual const SrsContextId& get_id();
virtual std::string desc();
public:
virtual srs_error_t on_rtp_video(SrsSimpleStream* stream, int64_t dts);