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

Unified Diff: media/media.gyp

Issue 506943003: Support MPEG1 audio in the MPEG2-TS stream parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 027cb55f0959c9eca36e5f973cb32ba9e2ec1f07..123a3e19bf1b0d492467039d5dfc61ab926c79f8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -927,6 +927,8 @@
'formats/mp2t/es_parser_adts.h',
'formats/mp2t/es_parser_h264.cc',
'formats/mp2t/es_parser_h264.h',
+ 'formats/mp2t/es_parser_mpeg1audio.cc',
+ 'formats/mp2t/es_parser_mpeg1audio.h',
'formats/mp2t/mp2t_common.h',
'formats/mp2t/mp2t_stream_parser.cc',
'formats/mp2t/mp2t_stream_parser.h',
« media/formats/mp2t/es_parser_mpeg1audio.cc ('K') | « media/formats/mp2t/mp2t_stream_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698