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

Unified Diff: content/content_common.gypi

Issue 10710002: Add HE AAC support to ISO BMFF. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Explicitly check if audio is AAC. Created 8 years, 6 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0118e4370171bce9b40e0b9df04f7d067da16916..c7c84e4353f42e739782f11c8ca4375621a7e9e5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -208,6 +208,8 @@
'common/gpu/image_transport_surface_win.cc',
'common/gpu/media/avc_config_record_builder.cc',
'common/gpu/media/avc_config_record_builder.h',
+ 'common/gpu/media/h264_bit_reader.cc',
+ 'common/gpu/media/h264_bit_reader.h',
'common/gpu/media/h264_parser.cc',
'common/gpu/media/h264_parser.h',
'common/gpu/media/mac_video_decode_accelerator.h',

Powered by Google App Engine
This is Rietveld 408576698