提交 964a0eaf 编写于 作者: B bbcallen

ios: correct _loadState

上级 ecb21ae7
......@@ -287,7 +287,7 @@
[[NSNotificationCenter defaultCenter] postNotificationName:IJKMediaPlaybackIsPreparedToPlayDidChangeNotification object:self];
_loadState |= MPMovieLoadStatePlayable;
_loadState = MPMovieLoadStatePlayable | MPMovieLoadStatePlaythroughOK;
[[NSNotificationCenter defaultCenter]
postNotificationName:IJKMoviePlayerLoadStateDidChangeNotification
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册