mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
修复回放速度回调事件user_data指针错误的问题
This commit is contained in:
@@ -96,7 +96,7 @@ protected:
|
||||
if (!_on_speed) {
|
||||
return false;
|
||||
}
|
||||
return _on_speed(_on_pause_data, speed);
|
||||
return _on_speed(_on_speed_data, speed);
|
||||
}
|
||||
|
||||
// 观看总人数
|
||||
|
||||
Reference in New Issue
Block a user