Index: media/media_options.gni |
diff --git a/media/media_options.gni b/media/media_options.gni |
index a3b3a8a6a6834c269e6f301973cccb93e9433ca6..746d96d6b9d7d2dd9edc9973b99549aa1befd98b 100644 |
--- a/media/media_options.gni |
+++ b/media/media_options.gni |
@@ -49,6 +49,10 @@ declare_args() { |
# default since it's not available on the normal Web Platform and costs money. |
enable_mpeg2ts_stream_parser = false |
+ # Enable HEVC/H265 demuxing. Actual decoding must be provided by the |
+ # platform. |
+ enable_hevc_demuxing = false |
+ |
# Experiment to enable mojo media application: http://crbug.com/431776 |
# Valid options are: |
# - "none": Do not use mojo media application. |