Merge branch 'master' of octo.ddvtech.com:pls
This commit is contained in:
commit
f636626cb9
4 changed files with 27 additions and 69 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue