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

Unified Diff: media/BUILD.gn

Issue 2572573007: Use passthrough decoder for (E)AC3 formats (Closed)
Patch Set: Sanity checks Created 3 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
« no previous file with comments | « no previous file | media/base/android/java/src/org/chromium/media/MediaCodecUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 7d1389435fd87331933789533f7bea6ed918b29f..c4ac9221afc59ce551f22335499158af92d6db9d 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -201,6 +201,8 @@ component("media") {
"filters/webvtt_util.h",
"filters/wsola_internals.cc",
"filters/wsola_internals.h",
+ "formats/ac3/ac3_util.cc",
+ "formats/ac3/ac3_util.h",
"formats/common/offset_byte_queue.cc",
"formats/common/offset_byte_queue.h",
"formats/webm/webm_audio_client.cc",
@@ -589,6 +591,7 @@ source_set("unit_tests") {
"filters/vp8_parser_unittest.cc",
"filters/vp9_parser_unittest.cc",
"filters/vp9_raw_bits_reader_unittest.cc",
+ "formats/ac3/ac3_util_unittest.cc",
"formats/common/offset_byte_queue_unittest.cc",
"formats/webm/cluster_builder.cc",
"formats/webm/cluster_builder.h",
« no previous file with comments | « no previous file | media/base/android/java/src/org/chromium/media/MediaCodecUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698