[STABLE] MP4 boxes finished, started on the interface, big part of the constructor and destructer are finished
This commit is contained in:
parent
c633734d07
commit
86fd8c59e8
7 changed files with 153 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue