修复编译问题

This commit is contained in:
ziyue 2021-07-22 14:59:23 +08:00
parent 30840d8200
commit 0e27704859

View File

@ -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