mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +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