Start MP4 Box container implementation

This commit is contained in:
Erik Zandvliet 2010-12-14 10:41:15 +01:00
parent eaa1c7c26f
commit 8093e14ce7
2 changed files with 62 additions and 0 deletions

4
MP4/boxheader.h Normal file
View file

@ -0,0 +1,4 @@
struct BoxHeader {
uint32_t TotalSize;
uint32_t BoxType;
};//BoxHeader struct