修复回放速度回调事件user_data指针错误的问题

This commit is contained in:
ziyue 2021-08-16 16:42:09 +08:00
parent 7885777429
commit 232263669c

View File

@ -96,7 +96,7 @@ protected:
if (!_on_speed) {
return false;
}
return _on_speed(_on_pause_data, speed);
return _on_speed(_on_speed_data, speed);
}
// 观看总人数