diff options
author | Santosh Madhava <smadhava@google.com> | 2011-02-22 10:21:20 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-02-22 10:21:21 -0800 |
commit | 226c1e7cd1a0312d84bfc3fb066f264aa6d8e026 (patch) | |
tree | ae62b3f82eb1a419de23f941dbdf4ea7f6447e9a /libvideoeditor | |
parent | 63754a7bdb7b8ed1071a7c67766ab1f5e381728d (diff) | |
parent | 9971f10e1f962201da9fa2b180e7332bc3c55c4a (diff) | |
download | frameworks_av-226c1e7cd1a0312d84bfc3fb066f264aa6d8e026.zip frameworks_av-226c1e7cd1a0312d84bfc3fb066f264aa6d8e026.tar.gz frameworks_av-226c1e7cd1a0312d84bfc3fb066f264aa6d8e026.tar.bz2 |
Merge "Fix for issue 3456689 : Export failed with Runtime error"
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-x | libvideoeditor/osal/inc/M4OSA_Time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/osal/inc/M4OSA_Time.h b/libvideoeditor/osal/inc/M4OSA_Time.h index 984c243..7545541 100755 --- a/libvideoeditor/osal/inc/M4OSA_Time.h +++ b/libvideoeditor/osal/inc/M4OSA_Time.h @@ -33,7 +33,7 @@ #include "M4OSA_Types.h" -typedef M4OSA_Int64 M4OSA_Time; +typedef signed long long M4OSA_Time; /** This macro sets the unknown time value */ |