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

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: fix a problem in hasty change before upload Created 4 years, 7 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 72f100e79c7512df9f605836c0e1256bdf627e5e..e54c57934a2a96437317db4beef374843e43ebf3 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -39,6 +39,12 @@ declare_args() {
enable_mse_mpeg2ts_stream_parser = proprietary_codecs && is_chromecast
+ # Enable support for newer editions of MPEG Common Encryption (CENC)
ddorwin 2016/05/24 23:25:03 This comment and variable (and define) name are in
dougsteed 2016/05/25 17:23:21 I see. In this name I had intended to mean 'cenc'
+ # (ISO/IEC 23001-7).
+ # 2nd edition: was published 04/01/2015.
+ # 3rd edition: was published 02/15/2016.
+ enable_cenc_new_editions = 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
« media/formats/mp4/track_run_iterator.cc ('K') | « media/formats/mp4/track_run_iterator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698