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

Unified Diff: media/media_options.gni

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: Created 3 years, 11 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 3aab0a04970f66f4e334c9beb5929ddb5b38e84d..e280fabe8bd3fc76ac7d19ef5b89b55a4638f3dd 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -49,6 +49,11 @@ declare_args() {
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
+ # Enable Dolby Vision demuxing. Actual decoding must be provided by the
+ # platform. Enable by default for Chromecast.
+ 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