Chromium Code Reviews| 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 849b716a379d6884a38d0eeb3f56be32ca7873f2..4d7e99d07e06bb3be97a1b5487c25a4b6a96d56c 100644 |
| --- a/components/cdm/browser/cdm_message_filter_android.cc |
| +++ b/components/cdm/browser/cdm_message_filter_android.cc |
| @@ -41,6 +41,12 @@ const CodecInfo<media::VideoCodec> kVideoCodecsToQuery[] = { |
| #if BUILDFLAG(ENABLE_HEVC_DEMUXING) |
| {media::EME_CODEC_MP4_HEVC, media::kCodecHEVC, "video/mp4"}, |
| #endif |
| +#if BUILDFLAG(ENABLE_DOLBY_VISION_DEMUXING) |
|
chcunningham
2017/04/17 16:14:24
I don't think this is sufficient to actually check
yucliu1
2017/04/18 00:13:02
I b
|
| + {media::EME_CODEC_MP4_DV_AVC, media::kCodecDolbyVision, "video/mp4"}, |
| +#if BUILDFLAG(ENABLE_HEVC_DEMUXING) |
| + {media::EME_CODEC_MP4_DV_HEVC, media::kCodecDolbyVision, "video/mp4"}, |
| +#endif |
| +#endif |
| #endif // BUILDFLAG(USE_PROPRIETARY_CODECS) |
| }; |