commit | 1e2469c689feeb2e90a38900151e2ef1e6117d07 | [log] [tgz] |
---|---|---|
author | Rajneesh Chowdury <rajneeshc@google.com> | Tue Mar 01 21:15:25 2011 -0800 |
committer | Rajneesh Chowdury <rajneeshc@google.com> | Wed Mar 02 14:09:00 2011 -0800 |
tree | de46ffaa4a2304805e0253b520ff3e04d2624d79 | |
parent | 408e25b2508d97f7ae0b39acf46ab42b7c223c44 [diff] [blame] |
Fix for issue 3427268 Crash when stopping playback Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h index e9e4e84..c9d7de0 100755 --- a/libvideoeditor/lvpp/VideoEditorPreviewController.h +++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -137,6 +137,7 @@ M4VIFI_UInt8* mFrameRGBBuffer; M4VIFI_UInt8* mFrameYUVBuffer; + mutable Mutex mLockSem; static M4OSA_ERR preparePlayer(void* param, int playerInstance, int index); static M4OSA_ERR threadProc(M4OSA_Void* param); static void notify(void* cookie, int msg, int ext1, int ext2);