From b698c740af775716401f36aadfaf480af53ef713 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 11 Jun 2022 14:44:58 +0200 Subject: [PATCH] firefox: VAAPI fixed in 102 --- dotfiles/firefox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 35ddeb8..8bcddf2 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -57,8 +57,6 @@ user_pref("full-screen-api.transition.timeout", 0); user_pref("media.autoplay.default", 1); // And VAAPI decoding with ffmpeg -// Not working anymore in 99. -// https://bugzilla.mozilla.org/show_bug.cgi?id=1751363 user_pref("media.ffmpeg.vaapi.enabled", true); // Legacy indicator is buggy (no content)