Fix spurious comment.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120115490
This commit is contained in:
olly 2016-04-18 05:53:54 -07:00 committed by Oliver Woodman
parent d7ac074088
commit 5e93c0b6e4

View File

@ -131,7 +131,7 @@ public class ContainerMediaChunk extends BaseMediaChunk implements SingleTrackMe
trackOutput.setSampleOffsetUs(sampleOffsetUs);
extractorWrapper.init(this, trackOutput);
}
// Load and parse the initialization data.
// Load and parse the sample data.
try {
int result = Extractor.RESULT_CONTINUE;
while (result == Extractor.RESULT_CONTINUE && !loadCanceled) {