mfhd box added
This commit is contained in:
parent
70e2962d0b
commit
d5db1debf5
2 changed files with 14 additions and 1 deletions
|
@ -119,5 +119,10 @@ namespace MP4{
|
|||
std::deque<std::string> qualityModifiers;
|
||||
std::deque<segmentRun> segmentRunTable;
|
||||
};//ASRT Box
|
||||
|
||||
|
||||
class MFHD : public Box {
|
||||
public:
|
||||
MFHD();
|
||||
void setSequenceNumber( long newSequenceNumber );
|
||||
};//MFHD Box
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue