mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix bad assertion
This commit is contained in:
parent
526c64294a
commit
cc7a15b79b
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ public final class TsExtractor extends HlsExtractor {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected SampleQueue getSampleQueue(int track) {
|
protected SampleQueue getSampleQueue(int track) {
|
||||||
Assertions.checkState(track == 0);
|
|
||||||
return sampleQueues.valueAt(track);
|
return sampleQueues.valueAt(track);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue