Commit 1581b915 by andrewlewis Committed by Oliver Woodman

Fix documentation super-nit.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118924198
parent e9fcbafc
...@@ -394,7 +394,7 @@ public class DashChunkSource implements ChunkSource { ...@@ -394,7 +394,7 @@ public class DashChunkSource implements ChunkSource {
// The previous chunk was from a period that's no longer on the manifest, therefore the // The previous chunk was from a period that's no longer on the manifest, therefore the
// next chunk must be the first one in the first period that's still on the manifest // next chunk must be the first one in the first period that's still on the manifest
// (note that we can't actually update the segmentNum yet because the new period might // (note that we can't actually update the segmentNum yet because the new period might
// have a different sequence and it's segmentIndex might not have been loaded yet). // have a different sequence and its segmentIndex might not have been loaded yet).
periodHolder = periodHolders.valueAt(0); periodHolder = periodHolders.valueAt(0);
startingNewPeriod = true; startingNewPeriod = true;
} else if (!periodHolder.isIndexUnbounded()) { } else if (!periodHolder.isIndexUnbounded()) {
......
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