mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 07:22:23 +08:00
编码H264时支持时间戳透传,修复时间戳相关问题
This commit is contained in:
@@ -27,6 +27,9 @@ public:
|
||||
int iType;
|
||||
int iLength;
|
||||
uint8_t *pucData;
|
||||
|
||||
int64_t dts;
|
||||
int64_t pts;
|
||||
} H264Frame;
|
||||
|
||||
H264Encoder();
|
||||
|
||||
Reference in New Issue
Block a user