mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix MCR comment line break.
PiperOrigin-RevId: 283958680
This commit is contained in:
parent
e10a78e6b7
commit
eb5016a6ff
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue