Fix typos

This commit is contained in:
mhmdanas 2020-12-06 18:28:46 +03:00 committed by mhmdanas
parent db9f20a22f
commit ac86fe80c8
2 changed files with 4 additions and 4 deletions

View file

@ -483,7 +483,7 @@ public class Mp4FromDashWriter {
// stsc_table_entry = [first_chunk, samples_per_chunk, sample_description_index]
tables.stscBEntries = new int[tables.stsc * 3];
tables.stco = remainChunkOffset + 1; // total entrys in chunk offset box
tables.stco = remainChunkOffset + 1; // total entries in chunk offset box
tables.stscBEntries[index++] = 1;
tables.stscBEntries[index++] = firstCount;