[STABLE] MP4 boxes finished, started on the interface, big part of the constructor and destructer are finished

This commit is contained in:
Erik Zandvliet 2011-01-22 21:47:50 +01:00
parent c633734d07
commit 86fd8c59e8
7 changed files with 153 additions and 18 deletions

View file

@ -12,7 +12,7 @@ Box * Box_dinf::GetBox() {
return Container;
}
void Box_dinf::AddContent( Box * newcontent, uint32_t offset ) {
void Box_dinf::AddContent( Box * newcontent ) {
if(Content) {
delete Content;
Content = NULL;