[Libreoffice-commits] core.git: avmedia/source

Stephan Bergmann sbergman at redhat.com
Thu May 15 13:45:56 PDT 2014


 avmedia/source/macavf/player.mm |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9c10d1911b61fdc8d70515bd810fd2e7b9e2be53
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 15 22:45:23 2014 +0200

    loplugin:bodynotinblock
    
    Change-Id: I9c573af8f378cd0b0cb9898d84b5d566f498f57e

diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm
index 343f562..6c348e0 100644
--- a/avmedia/source/macavf/player.mm
+++ b/avmedia/source/macavf/player.mm
@@ -182,7 +182,9 @@ void SAL_CALL Player::start()
     OSL_TRACE ("Player::start status=%d", (int)eStatus);
     if( eStatus == AVPlayerStatusReadyToPlay)
 #endif
+    {
         [mpPlayer play];
+    }
     // else // TODO: delay until it becomes ready
 }
 


More information about the Libreoffice-commits mailing list