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

Unified Diff: media/media_options.gni

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix build break on Android 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
« no previous file with comments | « media/formats/mp4/mp4_stream_parser.cc ('k') | media/remoting/proto_enum_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index b289851ab0f5aaebadb16eb4277c656b39092681..49948b84bf8fad1102e740035c2c014cd366b928 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 && !is_cast_audio_only
# Enable HLS with SAMPLE-AES decryption.
« no previous file with comments | « media/formats/mp4/mp4_stream_parser.cc ('k') | media/remoting/proto_enum_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698