Bug 1592140 - enable platform encoder and HW H.264 support on Android. r=jya

Differential Revision: https://phabricator.services.mozilla.com/D51945

--HG--
extra : moz-landing-system : lando
This commit is contained in:
John Lin 2019-11-05 23:58:02 +00:00
parent 9212846e2c
commit e2a15ca91c

View File

@ -6351,7 +6351,11 @@
- name: media.webrtc.platformencoder
type: bool
#if defined(MOZ_WIDGET_ANDROID)
value: true
#else
value: false
#endif
mirror: always
- name: media.block-autoplay-until-in-foreground
@ -6365,7 +6369,11 @@
- name: media.webrtc.hw.h264.enabled
type: bool
#if defined(MOZ_WIDGET_ANDROID)
value: true
#else
value: false
#endif
mirror: always
#---------------------------------------------------------------------------