First ftyp Box Implementation
This commit is contained in:
parent
e6b0cbe634
commit
fce97a478c
7 changed files with 157 additions and 41 deletions
|
@ -1,3 +1,6 @@
|
|||
#include <stdint.h>
|
||||
#include <cstdlib>
|
||||
|
||||
struct BoxHeader {
|
||||
uint32_t TotalSize;
|
||||
uint32_t BoxType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue