Kaydet (Commit) 9c10d191 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:bodynotinblock

Change-Id: I9c573af8f378cd0b0cb9898d84b5d566f498f57e
üst dc59182b
...@@ -182,7 +182,9 @@ void SAL_CALL Player::start() ...@@ -182,7 +182,9 @@ void SAL_CALL Player::start()
OSL_TRACE ("Player::start status=%d", (int)eStatus); OSL_TRACE ("Player::start status=%d", (int)eStatus);
if( eStatus == AVPlayerStatusReadyToPlay) if( eStatus == AVPlayerStatusReadyToPlay)
#endif #endif
{
[mpPlayer play]; [mpPlayer play];
}
// else // TODO: delay until it becomes ready // else // TODO: delay until it becomes ready
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment