commit | 8806b706693c0992724f6603353af18aeb4a0f80 | [log] [tgz] |
---|---|---|
author | Hong Teng <hongteng@google.com> | Wed Jul 06 18:29:28 2011 -0700 |
committer | Hong Teng <hongteng@google.com> | Wed Jul 20 16:52:31 2011 -0700 |
tree | 236b8c2fe12c6c15f528d626f64b05e5d512d276 | |
parent | 460ba2a3a1fa9318463d3c00595b6732e3d776de [diff] [blame] |
fix for issue 4142219 Don't hard code platform-specific limitations engine part. Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h index 18b61b5..01fc65b 100755 --- a/libvideoeditor/lvpp/VideoEditorPreviewController.h +++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -86,7 +86,7 @@ M4OSA_Void setJniCallback(void* cookie, jni_progress_callback_fct callbackFct); - M4OSA_ERR setPreviewFrameRenderingMode(M4xVSS_MediaRendering mode, + status_t setPreviewFrameRenderingMode(M4xVSS_MediaRendering mode, M4VIDEOEDITING_VideoFrameSize outputVideoSize); private: