Commit eb5016a6 by samrobinson Committed by Oliver Woodman

Fix MCR comment line break.

PiperOrigin-RevId: 283958680
parent e10a78e6
...@@ -715,8 +715,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer { ...@@ -715,8 +715,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
decoderCounters.skippedInputBufferCount += skipSource(positionUs); decoderCounters.skippedInputBufferCount += skipSource(positionUs);
// We need to read any format changes despite not having a codec so that drmSession can be // We need to read any format changes despite not having a codec so that drmSession can be
// updated, and so that we have the most recent format should the codec be initialized. We // updated, and so that we have the most recent format should the codec be initialized. We
// may // may also reach the end of the stream. Note that readSource will not read a sample into a
// also reach the end of the stream. Note that readSource will not read a sample into a
// flags-only buffer. // flags-only buffer.
readToFlagsOnlyBuffer(/* requireFormat= */ false); readToFlagsOnlyBuffer(/* requireFormat= */ false);
} }
......
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