From 32b30ef618b07928fe727188a47fabc02c830034 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 24 Nov 2020 21:30:23 +0100 Subject: [PATCH] firefox: disable mangling with vaapi I don't use MOZ_X11_EGL, so let's not get ahead of ourselves... --- firefox.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firefox.js b/firefox.js index c2026c4..dd16937 100644 --- a/firefox.js +++ b/firefox.js @@ -52,10 +52,6 @@ user_pref("gfx.webrender.all", true); // Enable AVIF user_pref("image.avif.enabled", true); -// Force use of VAAPI, also need Firefox 81 and MOZ_X11_EGL=1 -user_pref("media.ffmpeg.vaapi.enabled", true); -user_pref("media.ffvpx.enabled", false); - // Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240 // Should be fixed in Firefox 84. user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true);