提交 4cf570d3 编写于 作者: R ruanmeng

coedc check Signed-off-by: NOBUGGERS <ruanmeng@huawei.com>

Signed-off-by: Nruanmeng <ruanmeng@huawei.com>
上级 da80b65f
......@@ -150,7 +150,7 @@ int32_t TestPlayer::Seek(int32_t mseconds, PlayerSeekMode mode)
player_->GetDuration(duration);
if (mseconds < 0) {
test_->seekPosition_ = 0;
} else if (mseconds > duration){
} else if (mseconds > duration) {
test_->seekPosition_ = duration;
} else {
test_->seekPosition_ = mseconds;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册