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

Unified Diff: media/media.gyp

Issue 399433003: Mpeg2 TS - Fail when no valid timestamp in the ADTS parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update ComputePacketSize prototype. Created 6 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index fdccc42fa4ccc070ce2f49f936920a668a17fbb2..b17faf2889a5809c3b510d0ea6a032fe28e502a8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1260,7 +1260,10 @@
'formats/common/stream_parser_test_base.cc',
'formats/common/stream_parser_test_base.h',
'formats/mp2t/es_adapter_video_unittest.cc',
+ 'formats/mp2t/es_parser_adts_unittest.cc',
'formats/mp2t/es_parser_h264_unittest.cc',
+ 'formats/mp2t/es_parser_test_helper.cc',
+ 'formats/mp2t/es_parser_test_helper.h',
'formats/mp2t/mp2t_stream_parser_unittest.cc',
'formats/mp4/aac_unittest.cc',
'formats/mp4/avc_unittest.cc',
« media/formats/mp2t/es_parser_test_helper.cc ('K') | « media/formats/mp2t/es_parser_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698