mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:20:53 +08:00
时间戳改为64位
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void onWrite(std::shared_ptr<toolkit::Buffer> buffer, uint32_t timestamp, bool key_pos) override {
|
||||
void onWrite(std::shared_ptr<toolkit::Buffer> buffer, uint64_t timestamp, bool key_pos) override {
|
||||
if (!buffer) {
|
||||
_hls->inputData(nullptr, 0, timestamp, key_pos);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user