parent
12c72842ff
commit
61632b3d9d
|
@ -291,8 +291,10 @@ public class Mp4FromDashWriter {
|
||||||
sampleCount[i] = 1;// the index is not base zero
|
sampleCount[i] = 1;// the index is not base zero
|
||||||
sampleExtra[i] = -1;
|
sampleExtra[i] = -1;
|
||||||
}
|
}
|
||||||
|
if (tablesInfo[i].sbgp > 0) {
|
||||||
writeEntryArray(tablesInfo[i].sbgp, 1, sampleCount[i]);
|
writeEntryArray(tablesInfo[i].sbgp, 1, sampleCount[i]);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (auxBuffer == null) {
|
if (auxBuffer == null) {
|
||||||
outRestore();
|
outRestore();
|
||||||
|
|
Loading…
Reference in New Issue