Commit cc7a15b7 by Oliver Woodman

Fix bad assertion

parent 526c6429
...@@ -196,7 +196,6 @@ public final class TsExtractor extends HlsExtractor { ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment