Fixed all ARM-related issues/warnings/etc
This commit is contained in:
parent
dae32ede11
commit
6733bf2a20
44 changed files with 123 additions and 120 deletions
|
|
@ -410,7 +410,10 @@ namespace CMAF{
|
|||
trunBox.setSampleInformation(sampleInfo, trunOffset++);
|
||||
}
|
||||
}else{
|
||||
WARN_MSG("Empty CMAF header for track %zu: %zu-%zu contains no packets (first: %" PRIu64 ", last: %" PRIu64 "), firstPart=%zu, lastPart=%zu", track, startTime, endTime, M.getFirstms(track), M.getLastms(track), firstPart, endPart);
|
||||
WARN_MSG("Empty CMAF header for track %zu: %" PRIu64 "-%" PRIu64 " contains no packets (first: %" PRIu64
|
||||
", last: %" PRIu64 "), firstPart=%zu, lastPart=%zu",
|
||||
track, startTime, endTime, M.getFirstms(track), M.getLastms(track), firstPart,
|
||||
endPart);
|
||||
}
|
||||
trafBox.setContent(trunBox, 2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue