box.cpp herschreven voor snelheid en bugloosheid. Plus, coole edits in het algemeen.

This commit is contained in:
Thulinma 2011-03-21 20:28:02 +01:00
parent c12c5d1f97
commit 95f62fde10
4 changed files with 27 additions and 69 deletions

View file

@ -582,5 +582,6 @@ std::string Interface::mdatFold(std::string data){
std::string Result;
mdat->SetContent((uint8_t*)data.c_str(), data.size());
Result.append((char*)mdat->GetBox()->GetBoxedData(), (int)mdat->GetBox()->GetBoxedDataSize());
delete mdat;
return Result;
}