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

Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/c00f6910cab76176f0caf946f2af480cac016e38
---
 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 380ff554b9..75c1d730f2 100644
--- a/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
+++ b/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
@@ -278,7 +278,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();
