mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove some debugging lines in AtomParsers
These were accidentally added in 885ddb167e
PiperOrigin-RevId: 565035337
This commit is contained in:
parent
85c944b955
commit
fdfec60f6e
@ -617,11 +617,7 @@ import java.util.List;
|
||||
long durationUs = Util.scaleLargeTimestamp(duration, C.MICROS_PER_SECOND, track.timescale);
|
||||
|
||||
if (track.editListDurations == null) {
|
||||
try {
|
||||
Util.scaleLargeTimestampsInPlace(timestamps, C.MICROS_PER_SECOND, track.timescale);
|
||||
} catch (ArithmeticException e) {
|
||||
throw new RuntimeException("track.timescale=" + track.timescale, e);
|
||||
}
|
||||
Util.scaleLargeTimestampsInPlace(timestamps, C.MICROS_PER_SECOND, track.timescale);
|
||||
return new TrackSampleTable(
|
||||
track, offsets, sizes, maximumSize, timestamps, flags, durationUs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user