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

Unified Diff: media/BUILD.gn

Issue 1624703002: Implement support for vp9 in ISO-BMFF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a flag ENABLE_MP4_VP8_VP9_DEMUXING for this change. Created 4 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 96ccfba00e6d79fbeaea30c6f390b39df41a1745..c94169060a903d39792e5af3887f8a07ba991c3e 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -18,6 +18,7 @@ buildflag_header("media_features") {
"ENABLE_AC3_EAC3_AUDIO_DEMUXING=$enable_ac3_eac3_audio_demuxing",
"ENABLE_HEVC_DEMUXING=$enable_hevc_demuxing",
"ENABLE_MSE_MPEG2TS_STREAM_PARSER=$enable_mse_mpeg2ts_stream_parser",
+ "ENABLE_MP4_VP8_VP9_DEMUXING=0",
ddorwin 2016/02/25 00:27:47 We won't be able to enable this until we roll in a
kqyang 2016/03/01 01:18:51 Acknowledged.
]
}

Powered by Google App Engine
This is Rietveld 408576698