summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/common
diff options
context:
space:
mode:
authorhongteng <hongteng@google.com>2011-04-22 15:23:37 -0700
committerThomas Le Guevel <thomaslg@google.com>2011-05-05 16:35:11 -0700
commitaa382f3637a68361989d5b70e3184bddcc472d3d (patch)
tree7e0ec57bc2ae8527b95f63d13e6243c6e1db1967 /libvideoeditor/vss/common
parent74d808e9a6ab4dee6f30790eda5bf67e493a8ea5 (diff)
downloadframeworks_av-aa382f3637a68361989d5b70e3184bddcc472d3d.zip
frameworks_av-aa382f3637a68361989d5b70e3184bddcc472d3d.tar.gz
frameworks_av-aa382f3637a68361989d5b70e3184bddcc472d3d.tar.bz2
Fix for issue 4035003 Support for 64 bit datatype
a. M4OSA_64BITS_SUPPORTED removed b. M4OSA_64BITS_NOT_SUPPORTED removed c. M4OSA_UInt64 removed d. M4OSA_Int64 removed e. M4OSA_INT32_FROM_INT32 removed f. M4OSA_TIME_FROM_INT32_UINT32 removed g. clean-up all macro in M4OSA_Time.h, M4OSA_Types.h and osal/inc/M4OSA_FileCommon.h Change-Id: I2b1751962945dcc668e995d05a57b66cd268642f
Diffstat (limited to 'libvideoeditor/vss/common')
-rwxr-xr-xlibvideoeditor/vss/common/inc/M4DA_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/vss/common/inc/M4DA_Types.h b/libvideoeditor/vss/common/inc/M4DA_Types.h
index d41f934..0779bf9 100755
--- a/libvideoeditor/vss/common/inc/M4DA_Types.h
+++ b/libvideoeditor/vss/common/inc/M4DA_Types.h
@@ -83,7 +83,7 @@ typedef struct
M4_StreamType m_streamType; /**< Stream type */
M4OSA_UInt32 m_streamId; /**< Stream Id (unique number definning
the stream) */
- M4OSA_Int64 m_duration; /**< Duration of the stream in milli
+ M4OSA_Int32 m_duration; /**< Duration of the stream in milli
seconds */
M4OSA_UInt32 m_averageBitRate; /**< Average bitrate in kb/s */
M4OSA_UInt32 m_maxAUSize; /**< Maximum size of an Access Unit */