mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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