mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix spurious comment.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120115490
This commit is contained in:
parent
d7ac074088
commit
5e93c0b6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ public class ContainerMediaChunk extends BaseMediaChunk implements SingleTrackMe
|
||||||
trackOutput.setSampleOffsetUs(sampleOffsetUs);
|
trackOutput.setSampleOffsetUs(sampleOffsetUs);
|
||||||
extractorWrapper.init(this, trackOutput);
|
extractorWrapper.init(this, trackOutput);
|
||||||
}
|
}
|
||||||
// Load and parse the initialization data.
|
// Load and parse the sample data.
|
||||||
try {
|
try {
|
||||||
int result = Extractor.RESULT_CONTINUE;
|
int result = Extractor.RESULT_CONTINUE;
|
||||||
while (result == Extractor.RESULT_CONTINUE && !loadCanceled) {
|
while (result == Extractor.RESULT_CONTINUE && !loadCanceled) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue