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

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: Fix CR comments from patch set #8. 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') | 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 97e44806c60fd98a2eb60378db12f82f92fa3bb0..1901a78afbf6f5f0be85b2cf8655b8f43b581a9d 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -374,6 +374,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",
@@ -542,6 +544,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698