MOOF and TRAF boxes created

This commit is contained in:
Erik Zandvliet 2011-02-07 10:48:14 +01:00
parent 2aa99228e8
commit 26fedaac9c
5 changed files with 110 additions and 0 deletions

View file

@ -5,6 +5,10 @@ class Box_abst {
Box_abst( );
~Box_abst();
Box * GetBox();
private:
uint8_t curProfile;
bool isLive;
bool isUpdate;
Box * Container;
};//Box_ftyp Class