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

Unified Diff: media/media_options.gni

Issue 1998333002: MP4 support for Common Encryption 'cbcs' scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another ddorwin comment Created 4 years 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/track_run_iterator_unittest.cc ('k') | no next file » | 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 61464d48fdee0bb4292870187f939158c2144862..7307730573bdfc8db9d7312d2a3683a4898515a4 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -41,6 +41,10 @@ declare_args() {
enable_mse_mpeg2ts_stream_parser =
(proprietary_codecs && is_chromecast) || use_libfuzzer || use_afl
+ # Enable support for the 'cbcs' encryption scheme added by MPEG Common
+ # Encryption 3rd Edition (ISO/IEC 23001-7), published 02/15/2016.
+ enable_cbcs_encryption_scheme = is_chromecast
+
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
« no previous file with comments | « media/formats/mp4/track_run_iterator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698