Tussentijdse commit
This commit is contained in:
parent
7dca4ea5d6
commit
7d91a073e9
5 changed files with 407 additions and 224 deletions
|
@ -1,7 +1,9 @@
|
|||
#pragma once
|
||||
#include "box.cpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
struct abst_serverentry {
|
||||
std::string ServerBaseUrl;
|
||||
};//abst_serverentry
|
||||
|
@ -156,7 +158,6 @@ void Box_abst::SetVersion( bool NewVersion) {
|
|||
Version = NewVersion;
|
||||
}
|
||||
|
||||
|
||||
void Box_abst::SetReserved( ) {
|
||||
Container->SetPayload((uint32_t)4,Box::uint32_to_uint8(0));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue