mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
FMP4Packet时间戳类型改成64位
This commit is contained in:
parent
35791aac89
commit
099845b329
@ -27,7 +27,7 @@ public:
|
|||||||
~FMP4Packet() override = default;
|
~FMP4Packet() override = default;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
uint32_t time_stamp = 0;
|
uint64_t time_stamp = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
//FMP4直播源
|
//FMP4直播源
|
||||||
|
Loading…
Reference in New Issue
Block a user