mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
修复编译问题
This commit is contained in:
parent
30840d8200
commit
0e27704859
@ -90,7 +90,7 @@ public:
|
|||||||
void inputFrame(const Frame::Ptr &frame) override {}
|
void inputFrame(const Frame::Ptr &frame) override {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void onTs(const void *packet, size_t bytes,uint32_t timestamp,bool is_idr_fast_packet) = 0;
|
virtual void onTs(std::shared_ptr<Buffer> buffer, uint32_t timestamp,bool is_idr_fast_packet) = 0;
|
||||||
};
|
};
|
||||||
}//namespace mediakit
|
}//namespace mediakit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user