commit | 9971f10e1f962201da9fa2b180e7332bc3c55c4a | [log] [tgz] |
---|---|---|
author | Santosh Madhava <smadhava@google.com> | Mon Feb 21 20:25:51 2011 -0800 |
committer | Santosh Madhava <smadhava@google.com> | Mon Feb 21 20:25:51 2011 -0800 |
tree | 4f6cc3c1a930a6889a06fe5e5cd08d813f7473fc | |
parent | 7e006bd24cccffb9c9fd48fd3b2709b6639bc5f1 [diff] |
Fix for issue 3456689 : Export failed with Runtime error Change-Id: I402601590a39d71cf8bd25379f3fdd7915078c9d
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 */