ISOBMFF
ISO Base Media File Format Reference Software Documentation
 
Loading...
Searching...
No Matches
MP4OSMacros.h File Reference

Mac OS X Macros for the ISO file format library. More...

#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define TEST_RETURN(err)
 
#define MP4_EXTERN(v)   extern v
 
#define MP4_FOUR_CHAR_CODE(a, b, c, d)   (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
 Makes a four-character code when needed.
 

Typedefs

typedef long long u64
 
typedef long long s64
 
typedef unsigned int u32
 
typedef unsigned short u16
 
typedef unsigned char u8
 
typedef int s32
 
typedef short s16
 
typedef char s8
 

Detailed Description

Mac OS X Macros for the ISO file format library.

Version
0.1