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

Unified Diff: media/media_options.gni

Issue 2166963003: Set enable_mse_mpeg2ts_stream_parser = true when building fuzzers for AFL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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 33b39199f9421ee24cd0891319ab918a7fd7d963..424d85658adf64fc15e94b2ef142eb19e13d26aa 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -39,7 +39,7 @@ declare_args() {
enable_ac3_eac3_audio_demuxing = proprietary_codecs && is_chromecast
enable_mse_mpeg2ts_stream_parser =
- (proprietary_codecs && is_chromecast) || use_libfuzzer
+ (proprietary_codecs && is_chromecast) || use_libfuzzer || use_afl
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698