Fix MCR comment line break.

PiperOrigin-RevId: 283958680
This commit is contained in:
samrobinson 2019-12-05 14:04:43 +00:00 committed by Oliver Woodman
parent 96ea436759
commit f3ba74324e

View File

@ -783,8 +783,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
decoderCounters.skippedInputBufferCount += skipSource(positionUs);
// 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
// may
// also reach the end of the stream. Note that readSource will not read a sample into a
// may also reach the end of the stream. Note that readSource will not read a sample into a
// flags-only buffer.
readToFlagsOnlyBuffer(/* requireFormat= */ false);
}