firefox: disable mangling with vaapi

I don't use MOZ_X11_EGL, so let's not get ahead of ourselves...
This commit is contained in:
Vincent Bernat 2020-11-24 21:30:23 +01:00
parent 057c3daf07
commit 32b30ef618

View file

@ -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);