Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: media/media_options.gni

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix CQ failure Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 3d61b92ed40243ada435031a10a2f237b444a545..ba88f17e870286cb4c59ac81db0a3ce204e58148 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -49,6 +49,12 @@ declare_args() {
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
+ # Enable Dolby Vision demuxing. Enable by default for Chromecast. Actual
+ # decoding must be provided by the platform. Note some Dolby Vision profiles
+ # which are encoded using HEVC require |enable_hevc_demuxing| to be enabled.
+ enable_dolby_vision_demuxing =
+ proprietary_codecs && is_chromecast && !is_android
+
enable_webrtc = !is_ios
# Enable HLS with SAMPLE-AES decryption.

Powered by Google App Engine
This is Rietveld 408576698