Update contrib.
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
29 #include <libc/stddef.h>
31 typedef TUint8 mp4_u8;
32 typedef TUint16 mp4_u16;
33 typedef TUint32 mp4_u32;
34 typedef TInt64 mp4_u64;
36 typedef TInt16 mp4_i16;
37 typedef TInt32 mp4_i32;
38 typedef TInt64 mp4_i64;
40 typedef TReal mp4_double;
42 typedef TBool mp4_bool;
44 typedef wchar_t * MP4FileName;
45 typedef wchar_t * MP4String;
47 typedef TInt32 MP4Err;
49 /** Structure containing video frame properties */
50 struct TFrameInfoParameters
54 /** Frame start time */
60 /** Setup info struct for video composition */
61 struct TVideoClipProperties
63 /** Indicates the H263 level */