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

Unified Diff: media/media_options.gni

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback 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/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index fa01d0fe64f1e68827a7ae40a5ba182333ef382c..f9ce230f86118b1055f167d10dcfabe0139bd10b 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -48,6 +48,11 @@ declare_args() {
# Use low-memory buffers on non-Android builds of Chromecast.
use_low_memory_buffer = is_chromecast && !is_android
+ # Enables AC3/EAC3 audio demuxing. This is enabled only on Chromecast, since
+ # it only provides demuxing, and is only useful for AC3/EAC3 audio
+ # pass-through to HDMI sink on Chromecast.
+ enable_ac3_eac3_audio_demuxing = is_chromecast && proprietary_codecs
ddorwin 2016/01/08 20:15:42 The reason I proposed the other way in PS35 is tha
servolk 2016/01/08 21:55:48 Done.
+
enable_mse_mpeg2ts_stream_parser = is_chromecast
ddorwin 2016/01/08 20:15:42 I think it's fine to make the same change here in
servolk 2016/01/08 21:55:48 Done.
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
« media/media.gyp ('K') | « media/media.gyp ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698