Source code

Revision control

Copy as Markdown

Other Tools

From: Michael Froman <mfroman@mozilla.com>
Date: Fri, 16 Jan 2026 20:25:00 -0600
Subject: Bug 2010312 - (fix-20159a54f6) fix new usage of GetRealTimeClock in
libaom_av1_encoder.cc
---
modules/video_coding/codecs/av1/libaom_av1_encoder.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_coding/codecs/av1/libaom_av1_encoder.cc b/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
index 3f340d675a..5d021588dd 100644
--- a/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
+++ b/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
@@ -270,7 +270,7 @@ LibaomAv1Encoder::LibaomAv1Encoder(const Environment& env,
drop_repeat_frames_on_enhancement_layers_(env.field_trials().IsEnabled(
"WebRTC-LibaomAv1Encoder-DropRepeatFramesOnEnhancementLayers")),
encoder_speed_experiment_(env.field_trials()),
- realtime_clock_(Clock::GetRealTimeClock()) {}
+ realtime_clock_(Clock::GetRealTimeClockRaw()) {}
LibaomAv1Encoder::~LibaomAv1Encoder() {
Release();