commit | 9ec356a232336f80a048c71554ce79474ae1a784 | [log] [tgz] |
---|---|---|
author | Dheeraj Sharma <dheerajs@google.com> | Mon Jan 24 15:02:18 2011 -0800 |
committer | Dheeraj Sharma <dheerajs@google.com> | Mon Jan 24 23:00:04 2011 -0800 |
tree | d0b156b3c1d299b62310ed97665634f003cbea92 | |
parent | d6dbc5850ca49d7c8b3bc8a6802fa7c85c5b1613 [diff] [blame] |
VideoEditor:Fix for Clear Surface API Bug of not able to create empty project bug - 3370622 Change-Id: Icb18b3d8afbdb077a93dc5e599ccc20da64703f2
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h index 637ddb2..5828c5f 100755 --- a/libvideoeditor/lvpp/VideoEditorPreviewController.h +++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -74,6 +74,9 @@ M4OSA_ERR renderPreviewFrame(const sp<Surface> &surface, VideoEditor_renderPreviewFrameStr* pFrameInfo); + M4OSA_ERR clearSurface(const sp<Surface> &surface, + VideoEditor_renderPreviewFrameStr* pFrameInfo); + M4OSA_Void setJniCallback(void* cookie, jni_progress_callback_fct callbackFct);