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