| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 72f100e79c7512df9f605836c0e1256bdf627e5e..5cba921f9b5359ba970a8cc16f19f9bec0ad981b 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -39,6 +39,10 @@ declare_args() {
|
|
|
| enable_mse_mpeg2ts_stream_parser = proprietary_codecs && is_chromecast
|
|
|
| + # Enable support for the 'cbcs' encryption scheme added by MPEG Common
|
| + # Encryption 3rd Edition (ISO/IEC 23001-7), published 02/15/2016.
|
| + enable_cbcs_encryption_scheme = is_chromecast
|
| +
|
| # Enable HEVC/H265 demuxing. Actual decoding must be provided by the
|
| # platform. Enable by default for Chromecast.
|
| enable_hevc_demuxing = proprietary_codecs && is_chromecast
|
|
|