First ftyp Box Implementation

This commit is contained in:
Erik Zandvliet 2010-12-14 12:26:19 +01:00
parent e6b0cbe634
commit fce97a478c
7 changed files with 157 additions and 41 deletions

View file

@ -1,3 +1,6 @@
#include <stdint.h>
#include <cstdlib>
struct BoxHeader {
uint32_t TotalSize;
uint32_t BoxType;