Commit 23226366 by ziyue

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

parent 78857774
......@@ -96,7 +96,7 @@ protected:
if (!_on_speed) {
return false;
}
return _on_speed(_on_pause_data, speed);
return _on_speed(_on_speed_data, speed);
}
// 观看总人数
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论