[tor-commits] [tor-browser/tor-browser-52.6.0esr-8.0-1] fixup! Bug 22548: Firefox downgrades VP9 videos to VP8.
gk at torproject.org
gk at torproject.org
Thu Jan 18 11:48:01 UTC 2018
commit d93d0469d2b21b67869369063e17074563a49abf
Author: Georg Koppen <gk at torproject.org>
Date: Thu Jan 18 10:53:20 2018 +0000
fixup! Bug 22548: Firefox downgrades VP9 videos to VP8.
---
dom/media/Benchmark.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dom/media/Benchmark.cpp b/dom/media/Benchmark.cpp
index af0f4a562da4..2c4cf1c3e368 100644
--- a/dom/media/Benchmark.cpp
+++ b/dom/media/Benchmark.cpp
@@ -80,7 +80,7 @@ VP9Benchmark::IsVP9DecodeFast()
uint32_t decodeFps = Preferences::GetUint(sBenchmarkFpsPref);
uint32_t threshold =
- Preferences::GetUint("media.benchmark.vp9.threshold", 0);
+ Preferences::GetUint("media.benchmark.vp9.threshold", 0U);
return decodeFps >= threshold;
#endif
More information about the tor-commits
mailing list