Fixed support for VoD assets with a > 8MiB header size
This commit is contained in:
parent
6816b6074c
commit
7afd3415b3
2 changed files with 7 additions and 2 deletions
|
@ -1481,8 +1481,9 @@ namespace DTSC {
|
|||
if (type == "") {
|
||||
result << "metadata_" << trackID;
|
||||
return result.str();
|
||||
}else{
|
||||
result << type << "_";
|
||||
}
|
||||
result << type << "_";
|
||||
result << codec << "_";
|
||||
if (type == "audio") {
|
||||
result << channels << "ch_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue