mfhd box added

This commit is contained in:
Erik Zandvliet 2012-09-18 10:59:09 +02:00 committed by Thulinma
parent 70e2962d0b
commit d5db1debf5
2 changed files with 14 additions and 1 deletions

View file

@ -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
};