Add sub-channel details to channel fragment

This commit is contained in:
Roy Yosef 2020-04-13 23:40:58 +03:00 committed by wb9688
parent 1429774487
commit 2d0bc05488
3 changed files with 109 additions and 22 deletions

View file

@ -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);
}