| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 3aab0a04970f66f4e334c9beb5929ddb5b38e84d..e280fabe8bd3fc76ac7d19ef5b89b55a4638f3dd 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -49,6 +49,11 @@ declare_args() {
|
| # platform. Enable by default for Chromecast.
|
| enable_hevc_demuxing = proprietary_codecs && is_chromecast
|
|
|
| + # Enable Dolby Vision demuxing. Actual decoding must be provided by the
|
| + # platform. Enable by default for Chromecast.
|
| + enable_dolby_vision_demuxing =
|
| + proprietary_codecs && is_chromecast && !is_android
|
| +
|
| enable_webrtc = !is_ios
|
|
|
| # Enable HLS with SAMPLE-AES decryption.
|
|
|