mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Fix MCR comment line break.
PiperOrigin-RevId: 283958680
This commit is contained in:
parent
96ea436759
commit
f3ba74324e
@ -783,8 +783,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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user