mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 04:34:21 +02:00
firefox: more VAAPI decoding
This reverts commit 97024a1f0b
. The
problem was not related to this configuration but to a bug in Firefox.
This commit is contained in:
parent
560d3b71c6
commit
4296864f7c
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ user_pref("media.autoplay.default", 1);
|
||||||
|
|
||||||
// And VAAPI decoding with ffmpeg
|
// And VAAPI decoding with ffmpeg
|
||||||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||||
|
user_pref("media.ffvpx.enabled", false);
|
||||||
|
user_pref("media.rdd-vpx.enabled", false);
|
||||||
|
user_pref("media.navigator.mediadatadecoder_vpx_enabled", true);
|
||||||
|
|
||||||
// Legacy indicator is buggy (no content)
|
// Legacy indicator is buggy (no content)
|
||||||
user_pref("privacy.webrtc.legacyGlobalIndicator", false);
|
user_pref("privacy.webrtc.legacyGlobalIndicator", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue