mistserver/MP4/boxheader.h
2010-12-14 12:26:19 +01:00

7 lines
122 B
C

#include <stdint.h>
#include <cstdlib>
struct BoxHeader {
uint32_t TotalSize;
uint32_t BoxType;
};//BoxHeader struct