Commit 29db445c by andrewlewis Committed by Oliver Woodman

Switch operating rate bug ref to more relevant bug

PiperOrigin-RevId: 322533467
parent 84e13e3b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment