mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-21 08:22:21 +08:00
尝试修复时间戳回环或乱序导致的问题
This commit is contained in:
@@ -76,8 +76,8 @@ protected:
|
||||
private:
|
||||
struct track_info{
|
||||
int track_id = -1;
|
||||
uint32_t start_dts = 0;
|
||||
uint32_t start_pts = 0;
|
||||
int64_t start_dts = 0;
|
||||
int64_t dts_inc = 0;
|
||||
};
|
||||
map<CodecId,track_info> _codec_to_trackid;
|
||||
bool _started = false;
|
||||
|
||||
Reference in New Issue
Block a user