Merge branch 'master' of octo.ddvtech.com:pls

This commit is contained in:
Erik Zandvliet 2011-03-21 20:46:54 +01:00
commit f636626cb9
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;
}