mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 17:59:01 +08:00
去除编译警告,修复bug
This commit is contained in:
@@ -101,7 +101,7 @@ void Stamp::revise_l2(int64_t dts, int64_t pts, int64_t &dts_out, int64_t &pts_o
|
||||
}
|
||||
|
||||
//pts和dts的差值
|
||||
auto pts_dts_diff = pts - dts;
|
||||
int64_t pts_dts_diff = pts - dts;
|
||||
|
||||
if (_last_dts_in != dts) {
|
||||
//时间戳发生变更
|
||||
|
||||
Reference in New Issue
Block a user