зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1532578 - Make OpenH264 visible by default on mobile. r=drno
Differential Revision: https://phabricator.services.mozilla.com/D22179 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e5f57aa59a
Коммит
db3101848c
|
@ -580,6 +580,10 @@ pref("media.autoplay.default", 1); // 0=Allowed, 1=Blocked
|
|||
// Enable WebSpeech speech synthesis
|
||||
pref("media.webspeech.synth.enabled", true);
|
||||
|
||||
// OpenH264 is visible in about:plugins, and enabled, by default.
|
||||
pref("media.gmp-gmpopenh264.visible", true);
|
||||
pref("media.gmp-gmpopenh264.enabled", true);
|
||||
|
||||
// optimize images memory usage
|
||||
pref("image.downscale-during-decode.enabled", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче