mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复编译问题
This commit is contained in:
parent
30840d8200
commit
0e27704859
@ -90,7 +90,7 @@ public:
|
||||
void inputFrame(const Frame::Ptr &frame) override {}
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user