Default values added
This commit is contained in:
parent
755fcd00c6
commit
c633734d07
8 changed files with 28 additions and 17 deletions
|
|
@ -7,12 +7,12 @@ class Box_stco {
|
|||
Box_stco( );
|
||||
~Box_stco();
|
||||
Box * GetBox();
|
||||
void SetReserved( );
|
||||
void AddOffset( uint32_t DataOffset, uint32_t Offset = 0 );
|
||||
private:
|
||||
Box * Container;
|
||||
|
||||
void WriteOffsets( );
|
||||
void SetReserved( );
|
||||
std::vector<uint32_t> Offsets;
|
||||
};//Box_ftyp Class
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue