| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 07b7fdee74d31e5956e9f465c6b12511caaae645..1bf030394e16045742257eaa77be974e4f4e531f 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -48,6 +48,11 @@ declare_args() {
|
| # Use low-memory buffers on non-Android builds of Chromecast.
|
| use_low_memory_buffer = is_chromecast && !is_android
|
|
|
| + # Enables AC3/EAC3 audio demuxing. This is enabled only on Chromecast, since
|
| + # it only provides demuxing, and is only useful for AC3/EAC3 audio
|
| + # pass-through to HDMI sink on Chromecast.
|
| + enable_ac3_eac3_demuxing = is_chromecast
|
| +
|
| # Enables the MPEG2-TS stream parser for use with Media Source. Disabled by
|
| # default (except on Chromecast) since it's not available on the normal Web
|
| # Platform and costs money.
|
|
|