mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Switch operating rate bug ref to more relevant bug
PiperOrigin-RevId: 322533467
This commit is contained in:
parent
84e13e3bd0
commit
29db445c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1651,7 +1651,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
|
||||||
// No change.
|
// No change.
|
||||||
} else if (newCodecOperatingRate == CODEC_OPERATING_RATE_UNSET) {
|
} else if (newCodecOperatingRate == CODEC_OPERATING_RATE_UNSET) {
|
||||||
// The only way to clear the operating rate is to instantiate a new codec instance. See
|
// The only way to clear the operating rate is to instantiate a new codec instance. See
|
||||||
// [Internal ref: b/71987865].
|
// [Internal ref: b/111543954].
|
||||||
drainAndReinitializeCodec();
|
drainAndReinitializeCodec();
|
||||||
} else if (codecOperatingRate != CODEC_OPERATING_RATE_UNSET
|
} else if (codecOperatingRate != CODEC_OPERATING_RATE_UNSET
|
||||||
|| newCodecOperatingRate > assumedMinimumCodecOperatingRate) {
|
|| newCodecOperatingRate > assumedMinimumCodecOperatingRate) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue