Fix bad assertion
This commit is contained in:
parent
526c64294a
commit
cc7a15b79b
@ -196,7 +196,6 @@ public final class TsExtractor extends HlsExtractor {
|
||||
|
||||
@Override
|
||||
protected SampleQueue getSampleQueue(int track) {
|
||||
Assertions.checkState(track == 0);
|
||||
return sampleQueues.valueAt(track);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user