commit | 3c48e4126582f6d9d4c74868d81d868f47bac3eb | [log] [tgz] |
---|---|---|
author | Dharmaray Kundargi <dharmaray@google.com> | Thu Jan 27 18:22:56 2011 -0800 |
committer | Dharmaray Kundargi <dharmaray@google.com> | Thu Jan 27 18:48:01 2011 -0800 |
tree | 8ffe370d15479a68b4873e74e794a88fb81841e7 | |
parent | ab639fac88f5513587be5bbaab3dd7d3b68e7e53 [diff] [blame] |
Fix Issue no 3374842. Preview Optimization while switching between two clips. Change-Id: Iefb55107965b3978f83794fe727405206afdde72
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h index d2a5645..2a2a665 100755 --- a/libvideoeditor/lvpp/VideoEditorPreviewController.h +++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -93,6 +93,7 @@ mutable Mutex mLock; M4OSA_Context mThreadContext; VePlayerState mPlayerState; + M4OSA_Bool mPrepareReqest; M4VSS3GPP_ClipSettings **mClipList; //Pointer to an array of clip settings M4OSA_UInt32 mNumberClipsInStoryBoard; M4OSA_UInt32 mNumberClipsToPreview;