Add sub-channel details to channel fragment
This commit is contained in:
parent
1429774487
commit
2d0bc05488
3 changed files with 109 additions and 22 deletions
|
|
@ -711,7 +711,8 @@ public class Mp4FromDashWriter {
|
|||
|
||||
for (int i = 0; i < tracks.length; i++) {
|
||||
if (tracks[i].trak.tkhd.matrix.length != 36) {
|
||||
throw new RuntimeException("bad track matrix length (expected 36) in track n°" + i);
|
||||
throw
|
||||
new RuntimeException("bad track matrix length (expected 36) in track n°" + i);
|
||||
}
|
||||
makeTrak(i, durations[i], defaultMediaTime[i], tablesInfo[i], is64);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue