Spracherkennung für: .patch vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
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 dbfde9f90a..dc27b1f170 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();
[Dauer der Verarbeitung: 0.28 Sekunden]