提交 dc3ada60 编写于 作者: X Xinzheng Zhang

ios/avplayer: fix no initialized warning

上级 43f8c5d3
......@@ -784,7 +784,7 @@ static IJKAVMoviePlayerController* instance;
CMTime currentTime = [_player currentTime];
BOOL foundRange = NO;
CMTimeRange aTimeRange;
CMTimeRange aTimeRange = {0};
if (timeRangeArray.count) {
aTimeRange = [[timeRangeArray objectAtIndex:0] CMTimeRangeValue];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册