diff options
author | Santosh Madhava <smadhava@google.com> | 2011-02-21 20:25:51 -0800 |
---|---|---|
committer | Santosh Madhava <smadhava@google.com> | 2011-02-21 20:25:51 -0800 |
commit | 9971f10e1f962201da9fa2b180e7332bc3c55c4a (patch) | |
tree | 4f6cc3c1a930a6889a06fe5e5cd08d813f7473fc /libvideoeditor | |
parent | 7e006bd24cccffb9c9fd48fd3b2709b6639bc5f1 (diff) | |
download | frameworks_av-9971f10e1f962201da9fa2b180e7332bc3c55c4a.zip frameworks_av-9971f10e1f962201da9fa2b180e7332bc3c55c4a.tar.gz frameworks_av-9971f10e1f962201da9fa2b180e7332bc3c55c4a.tar.bz2 |
Fix for issue 3456689 : Export failed with Runtime error
Change-Id: I402601590a39d71cf8bd25379f3fdd7915078c9d
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 */ |