mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
修复回放速度回调事件user_data指针错误的问题
This commit is contained in:
parent
7885777429
commit
232263669c
@ -96,7 +96,7 @@ protected:
|
||||
if (!_on_speed) {
|
||||
return false;
|
||||
}
|
||||
return _on_speed(_on_pause_data, speed);
|
||||
return _on_speed(_on_speed_data, speed);
|
||||
}
|
||||
|
||||
// 观看总人数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user