Start MP4 Box container implementation
This commit is contained in:
parent
eaa1c7c26f
commit
8093e14ce7
2 changed files with 62 additions and 0 deletions
4
MP4/boxheader.h
Normal file
4
MP4/boxheader.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
struct BoxHeader {
|
||||
uint32_t TotalSize;
|
||||
uint32_t BoxType;
|
||||
};//BoxHeader struct
|
Loading…
Add table
Add a link
Reference in a new issue