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