mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复错误注释
This commit is contained in:
parent
06c6654ed5
commit
5825f8b469
@ -10,7 +10,7 @@
|
||||
|
||||
#include "Stamp.h"
|
||||
|
||||
//时间戳最大允许跳变30秒,主要是防止网络抖动导致的跳变
|
||||
//时间戳最大允许跳变3秒,主要是防止网络抖动导致的跳变
|
||||
#define MAX_DELTA_STAMP (3 * 1000)
|
||||
#define STAMP_LOOP_DELTA (60 * 1000)
|
||||
#define MAX_CTS 500
|
||||
|
Loading…
Reference in New Issue
Block a user