| Index: components/cdm/browser/cdm_message_filter_android.cc
|
| diff --git a/components/cdm/browser/cdm_message_filter_android.cc b/components/cdm/browser/cdm_message_filter_android.cc
|
| index 4d7e99d07e06bb3be97a1b5487c25a4b6a96d56c..655739cad95dd026cc537b56d833bdd05d315235 100644
|
| --- a/components/cdm/browser/cdm_message_filter_android.cc
|
| +++ b/components/cdm/browser/cdm_message_filter_android.cc
|
| @@ -55,6 +55,10 @@ const CodecInfo<media::AudioCodec> kAudioCodecsToQuery[] = {
|
| {media::EME_CODEC_WEBM_VORBIS, media::kCodecVorbis, "video/webm"},
|
| #if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
| {media::EME_CODEC_MP4_AAC, media::kCodecAAC, "video/mp4"},
|
| +#if BUILDFLAG(ENABLE_AC3_EAC3_AUDIO_DEMUXING)
|
| + {media::EME_CODEC_MP4_AC3, media::kCodecAC3, "video/mp4"},
|
| + {media::EME_CODEC_MP4_EAC3, media::kCodecEAC3, "video/mp4"},
|
| +#endif
|
| #endif // BUILDFLAG(USE_PROPRIETARY_CODECS)
|
| };
|
|
|
|
|