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

Unified Diff: media/BUILD.gn

Issue 539343002: Make the timestamp unroll offset consistent accross PES pids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test and cleanup timestamp unroller. Created 6 years, 3 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/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/mp2t_stream_parser.cc » ('J')
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 e548b5dc64e3a5d5baa37874aec2e417f3e60fc1..db0e563586e47008886127e8b2f1560098a3ca91 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -366,6 +366,8 @@ component("media") {
"formats/mp2t/mp2t_common.h",
"formats/mp2t/mp2t_stream_parser.cc",
"formats/mp2t/mp2t_stream_parser.h",
+ "formats/mp2t/timestamp_unroller.cc",
+ "formats/mp2t/timestamp_unroller.h",
"formats/mp2t/ts_packet.cc",
"formats/mp2t/ts_packet.h",
"formats/mp2t/ts_section.h",
@@ -514,6 +516,7 @@ test("media_unittests") {
"formats/mp2t/es_parser_test_base.cc",
"formats/mp2t/es_parser_test_base.h",
"formats/mp2t/mp2t_stream_parser_unittest.cc",
+ "formats/mp2t/timestamp_unroller_unittest.cc",
"formats/mp4/aac_unittest.cc",
"formats/mp4/avc_unittest.cc",
"formats/mp4/box_reader_unittest.cc",
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.cc » ('j') | media/formats/mp2t/mp2t_stream_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698