From 4cc25a371c9f2457db9fddb204e5a22ea7ce624e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 7 Apr 2022 11:04:05 +0200 Subject: [PATCH] firefox: mention bug that makes VA-API not working at all :-/ --- dotfiles/firefox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 82f503c..54097a5 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -59,6 +59,8 @@ 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)