mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08: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
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user