Commit 5e93c0b6 by olly Committed by Oliver Woodman

Fix spurious comment.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120115490
parent d7ac0740
...@@ -131,7 +131,7 @@ public class ContainerMediaChunk extends BaseMediaChunk implements SingleTrackMe ...@@ -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) {
......
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