From 5ff910e5bd148319090860c01352714f289d304d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 26 Aug 2020 08:46:32 +0200 Subject: [PATCH] firefox: VAAPI support is not ready It seems to be present in 81 and there are still some bits missing. For example: https://bugzilla.mozilla.org/show_bug.cgi?id=1660336 --- firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.js b/firefox.js index ccd1fd5..0492a4f 100644 --- a/firefox.js +++ b/firefox.js @@ -52,7 +52,7 @@ user_pref("toolkit.cosmeticAnimations.enabled", false); user_pref("gfx.webrender.all", true); // Force use of VAAPI, also need Firefox 80 and MOZ_X11_EGL=1 -user_pref("media.ffmpeg.vaapi.enabled", true); +// user_pref("media.ffmpeg.vaapi.enabled", true); // Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240 user_pref("dom.image-lazy-loading.enabled", false);