Switch operating rate bug ref to more relevant bug

PiperOrigin-RevId: 322533467
This commit is contained in:
andrewlewis 2020-07-22 10:16:09 +01:00 committed by Oliver Woodman
parent 84e13e3bd0
commit 29db445c2c

View File

@ -1651,7 +1651,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
// No change.
} else if (newCodecOperatingRate == CODEC_OPERATING_RATE_UNSET) {
// 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();
} else if (codecOperatingRate != CODEC_OPERATING_RATE_UNSET
|| newCodecOperatingRate > assumedMinimumCodecOperatingRate) {