Bug 1340172 - Disable EME on Fennec(Only pref on for Nightly). r=cpearce

MozReview-Commit-ID: 66YOK9r1yb0

--HG--
extra : rebase_source : d409b097f88279b358ac6f7caf302ea7ad3e2e17
This commit is contained in:
James Cheng 2017-02-17 11:10:05 +08:00
parent bea1853007
commit f604ffe72d

View File

@ -628,8 +628,10 @@ pref("media.mediasource.enabled", true);
pref("media.mediadrm-widevinecdm.visible", true);
#ifdef NIGHTLY_BUILD
// Enable EME (Encrypted Media Extensions)
pref("media.eme.enabled", true);
#endif
// optimize images memory usage
pref("image.downscale-during-decode.enabled", true);